出现这个错误Fatal Error C1853是不是因为升级了sp6?
cdlgz 2004-07-23 09:40:12 msdn中的解释
Fatal Error C1853
'filename' is not a precompiled header file created with this compiler
The given precompiled header is not compatible with this version of the compiler.
Recompile the program or the header with the same version of the compiler.
This error can be caused by using a precompiled C++ file with C code.
这个问题不是每次都出现,到底是什么原因呢
怎么解决这个问题?