I am getting an error packaging my game if I have the Houdini Engine installed.
This is the error I get:
UnrealBuildTool: LINK : fatal error LNK1181: cannot open input file ‘C:\Program Files (x86)\Epic Games\4.12\Engine\Plugins\Runtime\HoudiniEngine\Binaries\Win64\UE4-HoudiniEngineRuntime.lib’
From the Sidefx UE4 forum:
DEV: Hello. Are you trying to package a game? If so, then at the moment we do
not ship UE4 Game modules, only UE4 Editor ones. You would have to
build those yourself (UE4 Game target).
USER: Instead of rebuilding UE, I uinstalled the houdini plugins. Then I put
the source of HoudiniEngine in my project plugins folder instead. It
worked when I tried to package my project
Anyone know how to accomplish the above recommendation?