gpt4 book ai didi

c++ - 无法打开包含文件

转载 作者:行者123 更新时间:2023-11-28 03:44:04 32 4
gpt4 key购买 nike

我有一个 visual studio 2010 c++ 解决方案,并且有一个编译失败的包含( fatal error ,无法打开包含文件)。

我的问题是:路径是在 C/C++ Addition Include Directories 中指定的,我的想法已经用完了......我知道这可能是一件简单的事情,但任何提示都会很棒!

此外,我的项目在桌面上是否会导致问题?

谢谢

编辑:

头文件在这里 C:\users\test\Desktop\testProject\mainLib\lib\common.h我将其包含在附加目录中:“C:\users\test\Desktop\testProject\

我的包含看起来像这样:

#include <mainLib\lib\common.h>

common.h 是我创建的 header

最佳答案

无数的可能性。

如果你有

c:\demo\include\sub\this.hpp

你应该有

#include <sub/this.hpp> // with "c:\demo\include" in additional includes

如果你有

c:\demo2\test.cpp
c:\demo2\test.hpp

你应该有,在 test.cpp 中

#include "test.hpp" // NOT <test.hpp>

希望这能让您入门。

关于c++ - 无法打开包含文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8228677/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com