Visual Studio 用于查找资源文件的路径

发布于 2024-10-02 15:58:30 字数 249 浏览 1 评论 0原文

我正在使用 Visual Studio 2005 构建 C++ 项目。该项目包含一个资源文件 (.rc) 文件,其中包含另一个资源文件(也是 .rc)。

建立这个抱怨
致命错误 RC1015:无法打开包含文件“WrappedGrid.rc”

现在,我拥有位于 c++ 中的目录-->其他包含目录..但我怀疑,资源的路径文件将在其他地方指定。

有人知道这可能是哪里吗?

谢谢

I am using visual studio 2005 to build a c++ project. This project contains a resource file (.rc) file which includes another resource file (also a .rc).

Building this complains
fatal error RC1015: cannot open include file 'WrappedGrid.rc'

Now , I have the directory this is located in the the c++-->Additional Include Directories.. But i suspect, the path for resource files is to be specified somewhere else.

Anyone know where this might be?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

郁金香雨 2024-10-09 15:58:30

项目设置中有一个名为“资源”的单独部分,其中包含另一个“其他包含目录”设置。

There's a separate section named "Resources" in the project settings, which contains another "Additional Include Directories" setting.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文