There is no Windows folder in Program Files/Epic Games/UE_5.5/Platforms

There is no Windows folder in Program Files/Epic Games/UE_5.5/Platforms, instead of Windows I only have VisionOS which I don’t need, is this how it should be? I get an error after building solution in VS 2022 due to the fact that VS cannot find the reference for UnrealBuildTool and I think that this is the problem. Help please​:sob::pray:

It’s normal that there’s only VisionOS in that folder.

UnrealBuildTool is located in Program Files\Epic Games\UE_5.5\Engine\Binaries\DotNET\UnrealBuildTool.

Make sure that directory is added to your Windows PATH environment variable.
Also, ensure that the “.NET desktop development” workload is installed in your Visual Studio setup.

Next, MAKE A BACKUP OF YOUR PROJECT FOLDER (JUST IN CASE), and delete the following folders from your project:

  • Binaries
  • DerivedDataCache
  • Intermediate
  • Saved

Finally, restart your computer and try again.

1 Like