1>d:\項目\atm\atm\date.cpp(2): warning C4627: “#include "Date.h"”: 在查找預編譯頭使用時跳過
1> 將指令添加到“StdAfx.h”或重新生成預編譯頭
1>d:\項目\atm\atm\date.cpp(3): warning C4627: “#include ”: 在查找預編譯頭使用時跳過
1> 將指令添加到“StdAfx.h”或重新生成預編譯頭
1>d:\項目\atm\atm\date.cpp(31): fatal error C1010: 在查找預編譯頭時遇到意外的文件結尾。是否忘記了向源中添加“#include "StdAfx.h"”?
1> Account.cpp
1>d:\項目\atm\atm\account.cpp(1): warning C4627: “#include "Account.h"”: 在查找預編譯頭使用時跳過
1> 將指令添加到“StdAfx.h”或重新生成預編譯頭
1>d:\項目\atm\atm\account.cpp(2): warning C4627: “#include ”: 在查找預編譯頭使用時跳過
1> 將指令添加到“StdAfx.h”或重新生成預編譯頭
1>d:\項目\atm\atm\account.cpp(3): warning C4627: “#include ”: 在查找預編譯頭使用時跳過
1> 將指令添加到“StdAfx.h”或重新生成預編譯頭
1>d:\項目\atm\atm\account.cpp(82): fatal error C1010: 在查找預編譯頭時遇到意外的文件結尾。是否忘記了向源中添加“#include "StdAfx.h"”?
1> 正在生成代碼...
MFC中加入新建類好像要在某個頭文件裡作修改的吧,好久沒用了,記不清楚了。