MFC编译报错:error BK1506 : cannot open file '.\Debug\StdAfx.sbr': No such ile or dir
人窮志短 2014-04-17 07:32:47 --------------------Configuration: LoginWindow - Win32 Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
c:\program files (x86)\microsoft visual c++\vc98\mfc\include\afxv_w32.h(14) : fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h>
执行 cl.exe 时出错.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\StdAfx.sbr': No such file or directory
执行 bscmake.exe 时出错.
自己写的基于MFC的聊天小软件,之前在自己电脑上运行没问题,这几天实习,拷贝到公司电脑运行就报错,编译不过,不知道什么原因,各位大大们帮帮忙看下
ps:百度说的删掉relese,重新编译都试过啦,不行···我也没手动添加<windows.h>,在自己电脑都能运行的
公司机子同时装有VS2012 VC6.0应该没冲突吧