InstalledBuild doesn't create LocalBuilds folder

I am trying to make an InstalledBuild using the directions here -

Even after I follow all the instructions, and the script runs, a LocalBuilds folder is not created. Then, I tried to create a new directory for the InstalledBuild but the folder is empty.

These are the steps I followed -

  • ‘win + r’ → launches cmd Run.
  • “F:\UnrealEngine-release\Engine\Build\BatchFiles\RunUAT.bat” BuildGraph
    -script=“F:\UnrealEngine-release\Engine\Build\InstalledEngineBuild.xml”
    -target=“Make Installed Build Win64” -clean -set:BuiltDirectory=“F:/InstalledBuilds/”
  • It runs for 40 mins or so and then closes on its own without any errors (I assume).

Could someone tell me what I’m missing? Thanks in advance.

I ended up using UE4 Binary Builder | Unreal X-Editor which would also crash the Building process but because of a MacOS platform issue. If I only select Win64/32 it works fine.

Same problem here, not sure what to do. Tried many things: checking folder permissions, changing build path, etc - nothing worked