VS2008 not include 'afxwin.h' 怎么回事
VS2008 not include 'afxwin.h' 怎么回事是没有安装正确么
别人编的文件中都stdafx.h :
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>
在我的VS中编译时都报错,为什么?