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?