在一个程序中添加了一个对话框程序编译时出现下列信息,
Compiling...
UserValidateDlg.cpp
c:\2\uservalidatedlg.cpp(4) : warning C4653: compiler option 'Optimizations (one or more of /Oawp[y])' inconsistent with precompiled header; current command-line option ignored
c:\2\uservalidatedlg.cpp(4) : warning C4650: debugging information not in precompiled header; only global symbols from the header will be available
c:\2\uservalidatedlg.cpp(4) : error C2855: command-line option '/Gi' inconsistent with precompiled header
c:\uservalidatedlg.cpp(4) : error C2855: command-line option '/Gm' inconsistent with precompiled header
c:\uservalidatedlg.cpp(4) : error C2855: command-line option '/Gi' inconsistent with precompiled header
error C2859: c:\debug\vc60.pdb is not the pdb file that was used when this precompiled header was created, recreate the precompiled header.
C:\UserValidateDlg.cpp(4) : warning C4651: '/DNDEBUG' specified for precompiled header but not for current compile
Error executing cl.exe.UserValidateDlg.obj - 4 error(s), 3 warning(s)
而且其它.cpp文件也出现这样的信息,是什么设置不对吗?