Unable to Package Game

This is a new problem for me. This project has been cooking and packaging without a problem until just recently. The UnrealBuildTool fails and I get an ExitCode=6. My Visual Studio 2022 is up to date with all of the settings as per documentations. I am at a loss.

My output log is:
UATHelper: Packaging (Windows): ********** BUILD COMMAND STARTED **********
UATHelper: Packaging (Windows): Running: C:\Program Files\Epic Games\UE_5.4\Engine\Binaries\ThirdParty\DotNet\6.0.302\windows\dotnet.exe “C:\Program Files\Epic Games\UE_5.4\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” Mani_1562_V2 Win64 Development -Project=E:\Perforce\Mani_1562_V2\Mani_1562_V2.uproject -Manifest=E:\Perforce\Mani_1562_V2\Intermediate\Build\Manifest.xml -remoteini=“E:\Perforce\Mani_1562_V2” -skipdeploy -log=“C:\Users\jad20\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_5.4\UBA-Mani_1562_V2-Win64-Development.txt”
UATHelper: Packaging (Windows): Log file: C:\Users\jad20\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_5.4\UBA-Mani_1562_V2-Win64-Development.txt
UATHelper: Packaging (Windows): Creating makefile for Mani_1562_V2 (no existing makefile)
UATHelper: Packaging (Windows): Total execution time: 1.30 seconds
UATHelper: Packaging (Windows): Missing object file C:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\MetaHuman\Intermediate\Build\Win64\x64\UnrealGame\Development\MetaHumanSpeech2Face\Module.MetaHumanSpeech2Face.cpp.obj listed in C:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\MetaHuman\Intermediate\Build\Win64\UnrealGame\Development\MetaHumanSpeech2Face\MetaHumanSpeech2Face.precompiled
UATHelper: Packaging (Windows): Took 1.42s to run dotnet.exe, ExitCode=6
UATHelper: Packaging (Windows): UnrealBuildTool failed. See log for more details. (C:\Users\jad20\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_5.4\UBA-Mani_1562_V2-Win64-Development.txt)
UATHelper: Packaging (Windows): AutomationTool executed for 0h 0m 3s
UATHelper: Packaging (Windows): AutomationTool exiting with ExitCode=6 (6)
UATHelper: Packaging (Windows): BUILD FAILED

and I am including my debug log below:

Log.txt (37.1 KB)

And my development log below:

UBA-Mani_1562_V2-Win64-Development.txt (22.0 KB)

Any help would be apprciated

Missing object file C:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\MetaHuman\Intermediate\Build\Win64\x64\UnrealGame\Development\MetaHumanSpeech2Face\Module.MetaHumanSpeech2Face.cpp.obj listed in C:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\MetaHuman\Intermediate\Build\Win64\UnrealGame\Development\MetaHumanSpeech2Face\MetaHumanSpeech2Face.precompiled

forum thread:

“Just edit .uplugin:”

{
“Name”: “MetaHumanIdentity”,
“Type”: “Editor”,
“LoadingPhase”: “Default”,
“PlatformAllowList”: [
“Win64”
]
},

@3dRaven

Thank you very much. I am sorry I took so long to reply back but I just today found the time to try what you suggested. It worked perfectly!!

Hans