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"
最后更新于 2024-08-04 20:15:09 并被添加「」标签,已有 10577 位童鞋阅读过。
本站使用「署名 4.0 国际」创作共享协议,可自由转载、引用,但需署名作者且注明文章出处