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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -