使用TinyXML 出现 skipped when looking for precompiled header use 问题

使用TinyXML 出现 skipped when looking for precompiled header use 问题

 

参考了

http://www.programmingforums.org/thread20894.html 文章

 

It looks like the precompiled header system of Visual Studio is causing a problem. As the error message says, you need to rebuild the precompiled header. It may also work if you move your #include statements to after the #include <stdafx.h> line.

Another alternative is to turn precompiled headers off - for small (or even large) projects, I haven't found that it speeds things up that much. You can switch it off in the project properties in Configuration Properties - C++ - Precompiled headers.

你可能感兴趣的:(c,properties,header,System,UP)