Cannot include .generated.h but it exists

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:

  1. Exit the editor and back up the project (just in case)
  2. Delete these directories from your project folder tree: .vs, Binaries, Build, Debug, Intermediate, Saved
  3. Re-generate project files (right-click your uproject file and choose “Generate Project Files”)
  4. Open the Visual Studio solution (YourProject.sln)
  5. Build your project for “Development Editor” (should be set already)

If that doesn’t do it then post your CPP file too I guess.