Skip to content

Scons doesn't include render_server.hpp #116

Description

@weirdbeardgame

Godot version

4.6

godot-cpp version

latest main

System information

Arch

Issue description

Using the template, cmake can see <godot_cpp/classes/rendering_server.hpp> and compiles correctly with it included and referenced.

Scons however:

fatal error: godot_cpp/classes/rendering_server.hpp: No such file or directory
    5 | #include <godot_cpp/classes/rendering_server.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
``` I'd like to be able to use the clangd plugin with scons but currently unable to due to this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions