Hi,
I have created a basic c++ project from the launcher. I prefer having a GameMode blueprint instead of the c++ gamemode, so I removed this class. Specifically:
- Removed the cpp and h files of the gamemode in VS 2015.
- Deleted the files from the folder.
- Rebuilt the project files.
- Cleaned and rebuilt both dev and debug editor.
Now the editor doesn’t show the c++ class folders like it did before removing the classes.
Oh and I can’t compile from the editor either.
How can I restore these things?
Thanks!