I've #include <godot_cpp/core/vector3.hpp>
, but it returns this output:
src/hexmap.cpp:4:10: fatal error: godot_cpp/core/math/vector3.hpp: No such file or directory
4 | #include <godot_cpp/core/math/vector3.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Where is the proper vector3.hpp located?