无法打开包含文件:'../../../lib/vc_lib/mswud/wx/setup.h':没有此类文件或目录. [英] Cannot open include file: '../../../lib/vc_lib/mswud/wx/setup.h': No such file or directory.

查看:566
本文介绍了无法打开包含文件:'../../../lib/vc_lib/mswud/wx/setup.h':没有此类文件或目录.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我是C ++的新手.我收到如下错误.

致命错误C1083:无法打开包含文件:''../../../lib/vc_lib/mswud/wx/setup.h'':没有这样的文件或目录.

任何人都可以帮我这个忙.

问候,
Prasanna.S

Hi,
I am new to c++. I am getting error as follows.

fatal error C1083: Cannot open include file: ''../../../lib/vc_lib/mswud/wx/setup.h'': No such file or directory.

Can anyone help me in this.Thanks in advance.

Regards,
Prasanna.S

推荐答案

似乎项目无法在正确的位置找到setup.h.因此您需要将其他包含目录添加到项目->属性-> C ++->常规".搜索setup.h文件的位置,然后将该位置添加到其他包含目录"框中.

您也可以从下面获得帮助,请提供链接

http://forums.codeblocks.org/index.php?topic=10866.0 [ ^ ]
It seems that project is unable to find the setup.h at correct location. so you need to add additional include directory to "Project->Properties->C++->General". Search the location of setup.h file and add that location to "Additional Include Directory" box.

Also you can get help from below provide link

http://forums.codeblocks.org/index.php?topic=10866.0[^]


准确检查文件所在的位置,并将目录的完整路径添加到包含目录的列表中(视情况而定).如果您使用的是Visual Studio,则可以在项目属性"中执行此操作.如果使用其他构建环境,请查看用户文档或帮助.
Check exactly where the file is and add the full path of the directory to your list of include directories as appropriate. If you are using Visual Studio you can do this in the project Properties. If using a different build environment check the user documentation or help.


您是如何包含文件的?相对路径还是固定路径?
我的建议是在项目属性"->"C ++"->常规"部分中设置正确的正确包含目录.或者,如果使用这种通用库,也可以在工具"->选项"->"VC ++目录"->"IncludeFiles"中设置include目录路径
how did you included file ? relative or fixed path ?
my suggestion is to set correct proper include directory in Project Properties->C++->General section. Or if this kind of a common library you can also set the include directory path in Tools->Options->VC++ Directories->IncludeFiles


这篇关于无法打开包含文件:'../../../lib/vc_lib/mswud/wx/setup.h':没有此类文件或目录.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆