我用C++写了一个程序,其中有三个.cpp文件和三个.h文件,分别定义了三个类,调试已经成功。
我把他们加入一个基于对话框的MFC工程中,结果报错。
  错误代码如下:
Compiling...
MIF.cpp
g:\myprojects\test_06_10_12\mif.cpp(2724) : fatal error C1010: unexpected end of file while looking for precompiled header directive
MyFilter.cpp
g:\myprojects\test_06_10_12\myfilter.cpp(419) : fatal error C1010: unexpected end of file while looking for precompiled header directive
MyMath.cpp
g:\myprojects\test_06_10_12\mymath.cpp(2766) : fatal error C1010: unexpected end of file while looking for precompiled header directive
test_06_10_12Dlg.cpp
Generating Code...
Error executing cl.exe.test_06_10_12.exe - 3 error(s), 0 warning(s)   请大虾帮我解决一下!
 谢谢!!