Generate VS Files (for a project) doesnt work for me, coming from Beta (even commandline doesn't work)

Ok… so this worked for me:

  1. Comment out BlueprintGraph & AnimGraph from PrivateDependencyModuleNames.
  2. Build solution file via right-click/batch file.
  3. Uncomment BlueprintGraph & AnimGraph from PrivateDependencyModuleNames.
  4. Open solution file.
  5. Compile/debug.

Editor loads.

PIE / Standalone work.

Since it includes AnimGraph module during compile, custom AnimGraphNodes works.

I don’t like it, but its a solution.