C++ Launcher Project lost the c++ folders in Editor content browser after removing a class

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:

  1. Removed the cpp and h files of the gamemode in VS 2015.
  2. Deleted the files from the folder.
  3. Rebuilt the project files.
  4. 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!

Warning: RebindPackages not possible for specified packages (or application was compiled in monolithic mode.)

This was the warning in the log window after clicking Compile in the editor.

Ok it looks like adding a new class from the editor, I used an Actor (testActor) seems to have restored compiling and the c++ folders in the editor.