Hello there @Recksoap!
Investigating through your log, I think the main issue shows up here:
ERROR: Non-editor build cannot depend on non-redistributable modules. F:\Unreal Engine\Indigo_Training_2\Binaries\Win64\IndiGo_Training_2-Win64-Shipping.exe depends on ‘MessageLog’.
Dependant modules ‘DNACalibModule’
Checking around the community, DNACalibModule is part of MetaHuman, and a dependency is being invoked to MessageLog.
Said link should only be called for editor builds. Check your dependencies to prevent the error. After that, clear cache via deleting folders Intermediate
, Saved
, and Binaries
, then rebuild the project.
As well, there is one more line to bring attention:
Visual Studio 2022 compiler version 14.44.35208 is not a preferred version. Please use the latest preferred version 14.38.33130
Your VS components may not be the proper version for the build, please review them in the following documentation before attempting to rebuild: