摘要:
UG二次开发过程中,编译过程中遇到此错误:fatal error C1083: Cannot open precompiled header file: \’Debug/xxx.pch\’: No such file or directory 归结为同样问题的错误:fatal error C1010: unexpected end of file while looking for precompiled header directive原来,xxx.pch是预编译头文件生成的文件。在project-settings里面,选中编译的项目和c/c++页,在下拉框选precompiled head 阅读全文