Hello to everyone. I try to make a game iin Unreal Engine 5.3.2 but when I open again my project these types of warning pops out:
Was the parent class a c++ class? Sometimes the location where the .h and .cpp files get saved defaults to the Intermediate directory rather than under the Source directory. Because the Intermediate directory is meant only for temporary files these files get deleted.
Sorry i didnt finish the whole text. When i re open the same project these warnings pops.
I try to make a character in c++ and when i type in the eventbeginplay this message
UE_LOG(LogTemp, Warning, TEXT(“Hello”)); didnt show in the output log. So i restart the roject and it showed me the above pic so i guess that for some reason the classes are automatically deleted every time i close the project and i dont know why
Fun Fact: In Unreal 4.27 this problem doesnt exist

