找到對話cpp文件,手工添加上如下引用
#include <atlframe.h>
#include <atlctrls.h>
#include <atldlgs.h>
#include "resource.h"
#include "AboutDlg.h"
#include ".\maindlg.h"
即可解決,也可添加到 stdafx.h文件中
附:WTL80安裝包下載
??????各版本VS向導文件
#include <atlframe.h>
#include <atlctrls.h>
#include <atldlgs.h>
#include "resource.h"
#include "AboutDlg.h"
#include ".\maindlg.h"
即可解決,也可添加到 stdafx.h文件中
附:WTL80安裝包下載
??????各版本VS向導文件