I had the same issue with one project, try this:
In GameMode set DefaultPawn Class to “None”
If you have a Default Pawn Class set and you do not spawn/use it unreal will spawn it after some times
PS: this fix works only if you don’t need of DefaultPawnClass obv, if you need it you should check if spawns correctly
let me know if works