My C++ classes disappear after reopening the project. Why?

Are you launching through the launcher or are you launching through your IDE? Try deleting your intermediate and binaries folders, and then try launching the project again. It will have to rebuild your code but it should work. If you are using your IDE to launch, make sure you’re building using the Development Editor configuration, because this is what the launcher uses.

12 Likes