#include “PhysicsEngine/RadialForceComponent.h”
still annoyed that we have to find all these includes
#include “PhysicsEngine/RadialForceComponent.h”
still annoyed that we have to find all these includes
answered
I was having the weirdest compilation issues asking for semi colons and claiming missing brackets until I did what you said and included the include above.
THANK YOU!