release中出现如下编译提示.(指向程序中的#include"stdafx.h")但在 debug中正常.请问该如何改?新手再次谢过
--------------------Configuration: Player - Win32 Release--------------------
Compiling resources...
Compiling...
Player.cpp
C:\Documents and Settings\ll1\桌面\Player\Player.cpp(4) : warning C4653: compiler option 'Optimizations (one or more of /Oawp[y])' inconsistent with precompiled header; current command-line option ignored
C:\Documents and Settings\ll1\桌面\Player\Player.cpp(4) : warning C4652: compiler option 'Generate Browser Info' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
C:\Documents and Settings\ll1\桌面\Player\Player.cpp(4) : error C2855: command-line option '/Gi' inconsistent with precompiled header
C:\Documents and Settings\ll1\桌面\Player\Player.cpp(4) : error C2855: command-line option '/Gm' inconsistent with precompiled header
C:\Documents and Settings\ll1\桌面\Player\Player.cpp(4) : error C2855: command-line option '/Gi' inconsistent with precompiled header
C:\Documents and Settings\ll1\桌面\Player\Player.cpp(4) : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
PlayerDlg.cpp
C:\Documents and Settings\ll1\桌面\Player\PlayerDlg.cpp(4) : warning C4653: compiler option 'Optimizations (one or more of /Oawp[y])' inconsistent with precompiled header; current command-line option ignored
C:\Documents and Settings\ll1\桌面\Player\PlayerDlg.cpp(4) : warning C4652: compiler option 'Generate Browser Info' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
C:\Documents and Settings\ll1\桌面\Player\PlayerDlg.cpp(4) : error C2855: command-line option '/Gi' inconsistent with precompiled header
C:\Documents and Settings\ll1\桌面\Player\PlayerDlg.cpp(4) : error C2855: command-line option '/Gm' inconsistent with precompiled header
C:\Documents and Settings\ll1\桌面\Player\PlayerDlg.cpp(4) : error C2855: command-line option '/Gi' inconsistent with precompiled header
C:\Documents and Settings\ll1\桌面\Player\PlayerDlg.cpp(4) : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
Generating Code...
Error executing cl.exe.Player.exe - 6 error(s), 6 warning(s)