Unreal Engine Packaging Error (Missing Module.MetaHumanSpeech2Face.cpp.obj)

I ran into this issue now, and found a fix, discussed in the link below.

In Metahuman.uplugin change the slot of MetaHumanIdentity → “Type”: “Runtime”, to “Type”: “Editor”, like this:

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

Seems to Package both in Development and Shipping.