这样的问题,我遇到好几次了
错误信息是 ' Debug/treeoperation1.pch' is not a precompiled header file created with this compiler
程序里错误指向 #include "stdafx.h"
只要是包含 #include "stdafx.h" 的文件就有一个与上面相同的错误。
我肯定是编译器的问题,不知道大家遇到这样的问题了没有,请问是什么原因?
...全文
504打赏收藏
为什么程序在某个机器上通过却在另一台机子上汇编一出错
这样的问题,我遇到好几次了 错误信息是 ' Debug/treeoperation1.pch' is not a precompiled header file created with this compiler 程序里错误指向 #include "stdafx.h" 只要是包含 #include "stdafx.h" 的文件就有一个与上面相同的错误。 我肯定是编译器的问题,不知道大家遇到这样的问题了没有,请问是什么原因?