godotengine / godotengine/godot-cpp-template
Scons doesn't include render_server.hpp
Open
bug
- Dominant language
- Python
- Stars
- 463
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
### Godot version
4.6
### godot-cpp version
latest main
### System information
Arch
### Issue description
Using the template, cmake can see `` 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
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
``` I'd like to be able to use the clangd plugin with scons but currently unable to due to this issue
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.