我写了一个类,但是编译就是通不过,谢谢各位指教,//module_command.cpp
#include"module_command.h"bool string &CModuleCommand::MakeCommand()const{
m_strCommand=strCommand;
if(!strSubcom.empty())
m_strCommand+=' '+strSubcom;

}
--------------------Configuration: PressureZone - Win32 Debug--------------------
Compiling...
module_command.cpp
c:\documents and settings\administrator\桌面\毕设\pressurezone\module_command.cpp(14) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.PressureZone.exe - 1 error(s), 0 warning(s)