admin管理员组文章数量:1401122
I have a header file I generate in a Visual Studio project which contains some #defines for use in some resources.
I can add the header file to the resource-only include list in a .rc file and it allows this.
If I want to compile the .rc file, I need to right click on the file, and set Properties->Resources->Additional Include directories to the path of my generated include file.
This works fine.
I've tried setting the include path in Project->Properties->Resources->General instead, and that doesn't compile.
However, in either case, attempting to edit the file in the visual studio resource editor results in failure saying the .h file can't be found.
I'm not sure how to get round this.
本文标签: How do I persuade the visual studio resource editor to honour extra include pathsStack Overflow
版权声明:本文标题:How do I persuade the visual studio resource editor to honour extra include paths - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744302525a2599649.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论