使用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.
解决TinyXML预编译头问题
本文介绍了在使用TinyXML时遇到的预编译头问题及其解决方案。建议尝试重新构建预编译头文件,调整#include语句的位置,或者直接关闭预编译头功能。
1511

被折叠的 条评论
为什么被折叠?



