解决办法:
1、clean the solution
2、把工程编译选项中的预编译去掉就可以了,操作步骤:首先全部重编译一下工程,如还是不行则试一试将工程设置中C\C++中precompiled header中选中automatic use of precompiled headers,并在相应through header中输入stdafx.h。
解决办法:
1、clean the solution
2、把工程编译选项中的预编译去掉就可以了,操作步骤:首先全部重编译一下工程,如还是不行则试一试将工程设置中C\C++中precompiled header中选中automatic use of precompiled headers,并在相应through header中输入stdafx.h。