Issue with referencing BP_FirstPersonGameMode

You need to run your project from your IDE if you are using c++ otherwise you will get broken blueprints that use your c++ files a parent classes (they will revert to none because they are not found).

All casts to classes that use the c++ classes will also fail as the engine will not find the classes due to them failing to compile with the broken parent class.