在我的Visual C++ 6.0里,为什么编译不了#include "stdafx.h"?以及#include "MsgTest.h",#include "MsgTestDlg.h"?
编译信息:
--------------------Configuration: 程序代码及 - Win32 Debug--------------------
Compiling...
1.cpp
d:\vc++的文件夹\程序代码及\1.cpp(1) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
执行 cl.exe 时出错.
程序代码及.exe - 1 error(s), 0 warning(s)
--------------------Configuration: 程序代码及 - Win32 Debug--------------------
Compiling...
1.cpp
d:\vc++的文件夹\程序代码及\1.cpp(2) : fatal error C1083: Cannot open include file: 'MsgTest.h': No such file or directory
执行 cl.exe 时出错.
程序代码及.exe - 1 error(s), 0 warning(s)
--------------------Configuration: 程序代码及 - Win32 Debug--------------------
Compiling...
1.cpp
d:\vc++的文件夹\程序代码及\1.cpp(3) : fatal error C1083: Cannot open include file: 'MsgTestDlg.h': No such file or directory
执行 cl.exe 时出错.
程序代码及.exe - 1 error(s), 0 warning(s)
不知道为什么,求助!




