现在的位置: 首页 > 综合 > 正文

.\Debug\Test.exe.intermediate.manifest : general error c1010070: Failed to load and parse the manife

2013年12月12日 ⁄ 综合 ⁄ 共 211字 ⁄ 字号 评论关闭

编译时,出现这种问题

.\Debug\sadf.exe.intermediate.manifest : general error c1010070: Failed to load and parse the manifest. {_~0v

一般都是solution explorer中要么只有.h头文件,要么是只有.cpp源文件,应该把源文件加载在项目工程中;

建议编程时养成良好的编程习惯,.h头文件和.cpp源文件成对出现,即便.cpp源文件是空的

抱歉!评论已关闭.