Hello, I have been using live coding as its on by default in UE5. I followed tutorials, and have compiled exclusively using the editor. Everything was working perfectly fine, until I closed and reopened the project where the C++ classes I made did not exist, nor did any of the actors that I created with C++ and dragged into the world using the viewport. After compiling, my C++ classes reappeared in the content browser.
I think this issue may be related to the following message log I received for Load errors.
CreateExport: Failed to load Outer for resource ‘MovementParticles’: CollidingPawn /Game/StarterContent/Maps/Minimal_Default.Minimal_Default:PersistentLevel.CollidingPawn_1
CreateExport: Failed to load Outer for resource ‘RootComponent’: CollidingPawn /Game/StarterContent/Maps/Minimal_Default.Minimal_Default:PersistentLevel.CollidingPawn_1
CreateExport: Failed to load Outer for resource ‘VisualRepresentation’: CollidingPawn /Game/StarterContent/Maps/Minimal_Default.Minimal_Default:PersistentLevel.CollidingPawn_1