Cannot open include file "afxres.h"

Cannot open include file "afxres.h" #36
资源编译器错误 RC1015
无法打开 include 文件'filename'

给定的 include 文件不存在、无法打开或找不到。

确保环境设置有效,并且已为该文件指定了正确的路径。 确保有足够的文件句柄可供资源编译器使用。 如果文件位于网络驱动器上,请确保你有权打开该文件。

即使包含文件存在于“配置属性”->“资源”->“常规”属性页中指定为“附加包含目录”的目录中,也可能发生 RC1015;请指定包含文件的完整路径。

install C++ MFC for latest v143 build tools (x86 & x64)
If the Visual Studio compiler gives you the error
Cannot open include file afxres.h
You can replace

include "afxres.h"

with

include "windows.h"

发表新评论