Fresh install of 5.5.4, new project, 42 compile errors

It has to do with the header files. Either Visual Studio did not finish parsing all of the header files or the PCHs are missing somehow…

This is my last straw unfortunately:

  1. In UE, go to Edit → Editor Settings → Source Code → pick “Visual Studio 2022” instead of “Visual Studio”
  2. Generate Project Files from .uproject context menu in Explorer.
  3. Wait for VS to index header files
  4. PROFIT???
  5. If not, do a Clean build in VS then repeat step 2 til 4