2nd time writing this because the web server boned me…again.
Try rebuilding everything from scratch. If you don’t know how, here it is:
- Exit the editor and back up the project (just in case)
- Delete these directories from your project folder tree: .vs, Binaries, Build, Debug, Intermediate, Saved
- Re-generate project files (right-click your uproject file and choose “Generate Project Files”)
- Open the Visual Studio solution (YourProject.sln)
- Build your project for “Development Editor” (should be set already)
If that doesn’t do it then post your CPP file too I guess.