If you renamed the ThirdPersonCharacter_BP very likely all casts to this class will have to be checked. In particular the AnimBP may use Try Get Pawn Owner and then casts to ThirdPersonCharacter_BP. Check that everything is ok there, very likely it is broken and you will have to redo the cast using the new class name.