c++ - VCRUNTIME140D.dll was not found -


i trying run program in visual studio 2015, getting below error when trying run in configuration x64 debug mode.

enter image description here

(no problem when running in release mode or in 32bit configuration)

  1. in c:\windows\system32 vcruntime140.dll present.
  2. c:\windows\syswow64 both vcruntime140.dll & vcruntime140d.dll

also, reinstalled visual c++ redistributable visual studio 2015 https://www.microsoft.com/en-in/download/confirmation.aspx?id=48145.

can me solve issue.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -