Missing UE4Game-XXX.lib Binaries

I’m using UE4 (4.7.3) installed from the launcher.

When I try to packge a project using “XmlParser”, “JsonUtilites”, it failed bacuase of there is only UE4Editor-XXX.lib for those modules but no UE4Game-Redist-XXX.lib in Engine/Binaries.

Error message:
LogPlayLevel: UnrealBuildTool: LINK : fatal error LNK1181: cannot open input file ‘C:\Program Files\Epic Games\4.7\Engine\Binaries\Win64\UE4Game-Redist-JsonUtilities.lib’

Should I build the engine from sources?

Hi kwonoh,

yes, you should use the sources for now to compile e.g. XmlParser module. We are aware of the problem and currently during fixing it. It should be fixed in the near future.

Thanks,

Jarek

Thanks.

I confirmed it is possible to package a project using those modules with engine built from source.