【问题标题】:Header files are missing in Xcode for c++Xcode for c++ 中缺少头文件
【发布时间】:2023-01-27 01:31:25
【问题描述】:

它显示找不到这些文件。我该如何解决这个问题?

#include "camera.h"
#include "shader_helper.h"
#include "_plane/plane.h"
#include "_cube/cube.h"

【问题讨论】:

  • 它显示找不到这些文件。我该如何解决这个问题?这些标题在哪里?如果它们不在您的项目文件夹中,您是否调整了包含路径?此外,#include "someheader.h" 通常表示首先查看项目,#include <someheader.h> 表示查看系统标头。

标签: c++ xcode opengl glut


【解决方案1】:

看起来更像是一个缺少文件的编辑器。请看以下线程:

Xcode file missing from the editors

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-01-05
    • 1970-01-01
    • 1970-01-01
    • 2015-04-09
    • 1970-01-01
    相关资源
    最近更新 更多