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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -