Does anyone know how to Disable Compiler Warnings for Standard Includes in VS 2005? I'm using Visual Studio 2005 & I have an extra include directory that I'm using via the project options. And to say the least- Visual Studio doesn't like it to much when I have Level 4 warnings on. It also gives warnings with level 3. And let me be clear- I do not want to do #pragma's to disable for specific warnings or to ignore specific warnings via the options. I want standard include files- such as #include <somefile.h> to not give warnings when I compile. Because, I'm not in a position to change those files or care about the warnings.