npKq2OaScript.rc(208): error RC2135: file not found: npKq2OaScript.tlb

原因一:

解决:项目右键属性,配置属性,资源,常规

附加包含目录:$(IntDir)

参考:http://www.codeproject.com/Tips/389503/Solve-error-RC2135-file-not-found-xxxxx-tlb

原因二:

输出目录和.tlb目录不一致,检查下面两处

常规->中间目录->Debug
MIDL->高级->类型库->$(IntDir)/xxx.tlb

你可能感兴趣的:(npKq2OaScript.rc(208): error RC2135: file not found: npKq2OaScript.tlb)