Game crashes all the time

Hello,

I’ve created a very simple new game and when I load a level it tells me that casts.cpp is problematic and that an actor refers to something that can’t be found, but I can’t find the actor in question. Even when I delete almost everything.

I can’t open a level or even close it without it crashing.

Fatal error: [File:D:\build++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\Templates\Casts.cpp] [Line: 10] Cast of Actor /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.Actor_UAID_047C16012AABB22102_2142953674 to MetaData failed

Can someone help me?

This really should be in another forum, like a programming related one.
Have you changed the engine at all or are you doing a blueprint only game? Just looking at what is here, it seems that you have some code (maybe a blueprint) that is trying to cast an actor to something that it is not.