You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: In file included from /.../TurnBasedRPG/.haxelib/hxcpp/git/src/hx/TelemetryTracy.cpp:2:
/.../TurnBasedRPG/.haxelib/hxcpp/git/include/hx/TelemetryTracy.h:9:10: fatal error: /.../TurnBasedRPG/export/linux/obj/obj/linux64/__pch/runtime/hxcpp.h: File or directory does not exist
9 | #include <hxcpp.h>
| ^~~~~~~~~
compilation terminated.
Adding #include <hx/TelemetryTracy.h> to hxcpp.h like below fixes the error for me but I'm not sure if that's the correct way to solve it.
Error
Adding
#include <hx/TelemetryTracy.h>
tohxcpp.h
like below fixes the error for me but I'm not sure if that's the correct way to solve it.The text was updated successfully, but these errors were encountered: