I’m writing C++ code manually without using the wizard and saving tot he directory myself. As a result it seems that the editor isn’t updating what’s physically in that directory. UClasses even stick around in my content browser’s source directory after I have deleted them from the directory in windows file explorer.
I had a look at some other solutions to this issue, Removed C++ class still in Content Browser - Programming & Scripting - Epic Developer Community Forums, but it seems these require using Visual Studio in some way. Is there not a way to re-build what the editor need to refresh the directory in the editor itself? Since I have a huge bias towards Sublime, I’ve been using the compile button in the editor for all my needs.