LogUObjectBase: Warning: Error: CDO Constructor (Omeja_Journey_BASEGameMode): Failed to find /Game/Player/Behaviour/FirstPersonCharacter.FirstPersonCharacter_C
I’ve watched Sam’s solution on fixing this error. The whacky thing is, my code doesn’t have this file path. I have static ConstructorHelpers::FClassFinder<APawn> PlayerPawnClassFinder(TEXT("/Game/Player/Behaviour/FirstPersonCharacter"));
Truly at a loss here.