fatal error C1010如何处理尼????

来源:百度知道 编辑:UC知道 时间:2024/07/05 20:45:02
工程·选项如下 依据网上的解决方法调试却依旧无效
/nologo /MLd /W3 /Gm /vd0 /GR /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/hgfhgf.pch" /Yu"stdafx.h" /Fo"Debug/"
本人的20分全上 感激不尽

Fatal Error C1010
unexpected end of file while looking for precompiled header directive

A precompiled header was specified, but it did not contain a precompiled header directive.

This error can be caused by specifying an incorrect file as a header file, or by specifying an include file with the /Yu (Use Precompiled Header) command line option that is not listed in the source file as an include file.

按这个
Fatal Error C1010
unexpected end of file while looking for precompiled header directive

A precompiled header was specified, but it did not contain a precompiled header directive.

This error can be caused by specifying an incorrect file as a header file, or by specifying an include file with the /Yu (Use Precompiled Header) command line option that is not listed in the source file as an include file.