I have a bunch of these errors, and I'm at a dead end.
Found many answers on google, but unfortunately none of them work
I am using Visual Studio 2012.
All the files that he says cannot be found on my computer in this folder
C:\Program Files\Microsoft Visual Studio 11.0\VC\include
Even when I right-click on the include statement and press "Open Document", it takes me to the document, so it is clearly there and can be seen
I tried to add the directory to the "Additional directories" field in the options, but did not solve it.
If I use the include statement with the full path as follows:
#include <C:\Program Files\Microsoft Visual Studio 11.0\VC\include\math.h>
Then it works, but if there are any include statements in the math.h file, I also need to add a path to them, etc.
Any idea what is going on and what else can I try?
EDIT: Try creating a new project from scratch and see if that helps. Perhaps I touched on settings that I would not have
Mr dog
source share