Hi2 guys. I have a issue about UnrealBuildTool.Json file. Cant packaging BP project. Any idea for fix it.

UATHelper: Packaging (Windows): ********** BUILD COMMAND STARTED **********
UATHelper: Packaging (Windows): Running: C:\Program Files\Epic Games\UE_5.3\Engine\Binaries\ThirdParty\DotNet\6.0.302\windows\dotnet.exe “C:\Program Files\Epic Games\UE_5.3\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” VR_M_package_Migrate Win64 Shipping -Project=“D:\Unrealengine\UE project store\VR_M_package_Migrate\VR_M_package_Migrate.uproject” -Manifest=“D:\Unrealengine\UE project store\VR_M_package_Migrate\Intermediate\Build\Manifest.xml” -remoteini=“D:\Unrealengine\UE project store\VR_M_package_Migrate” -skipdeploy -log=“C:\Users\user\AppData\Roaming\Unreal Engine\Automa
tionTool\Logs\C+Program+Files+Epic+Games+UE_5.3\UBT-VR_M_package_Migrate-Win64-Shipping.txt”
UATHelper: Packaging (Windows): A JSON parsing exception occurred in [C:\Program Files\Epic Games\UE_5.3\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.deps.json], offset 0 (line 1, column 1): The document is empty.
UATHelper: Packaging (Windows): Error initializing the dependency resolver: An error occurred while parsing: C:\Program Files\Epic Games\UE_5.3\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.deps.json
UATHelper: Packaging (Windows): Took 0.05s to run dotnet.exe, ExitCode=-2147450741
UATHelper: Packaging (Windows): UnrealBuildTool failed. See log for more details. (C:\Users\user\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_5.3\UBT-VR_M_package_Migrate-Win64-Shipping.txt)
UATHelper: Packaging (Windows): AutomationTool executed for 0h 0m 2s
UATHelper: Packaging (Windows): AutomationTool exiting with ExitCode=-2147450741 (-2147450741)

Just saying. Sometimes changing the SDK version of the project may fix errors like this.

old thread, but google yadayada…

For me, the “Verify” option in the launcher fixed this.

EpicGames Luncher → UE → Library → EngineVersions → x.x.x → dropwown at “Launch” → Verify

Takes like 5min, and downloads missing files.
In my case the file UnrealBuildTool.deps.json (and other files) was indeed missing, and it was successfully restored after the Verify.