Visual Studio C++ project - Can't find std lib

377 Views Asked by At

Sorry for the dumb question but I'm new to using Visual Studio for C++ ...

I have a custom C++ project in Visual Studio 2013 (it's an example project for developing Reason rack extensions) and everything works but I also have ReSharper installed and it shows me a lot of errors in the code pointing out that std files and types aren't found (e.g. stddef.h, cmath, NULL, among others).

How do I tell the project (or ReSharper?) to find them?

0

There are 0 best solutions below