How to spawn actor in C++? Been trying for 9 hours now

If you’re in VS you should be able to just plop a breakpoint in there, but if not you can throw in some logs everywhere using the stuff here:

 GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Red, TEXT("This is an on screen message!"));

If you’re in the editor you should be able to look in the world outliner to see if your actors are popping up too.