我尝试在我的visual studio 2015 MFC上运行以前编写的MFC c ++代码,并安装了多层MFC库。
但是,我在这里仍然有12个关于缺失功能的错误:
IntelliSense: cannot open source file "afxwin.h"
C1083 Cannot open include file: 'afxwin.h': No such file or directory
cannot open source file "afxext.h"/"afxdisp.h"/"afxdtctl.h"/"afxcmn.h"/afxdisp.h etc....
我在哪里可以获得这些头文件?
我的设置再次是:
VIsual studio 2015终极MFC 安装了多字节MFC库 Windows 8 - 64位机器
谢谢!