sideeffects / HoudiniEngineForUnreal-v2

Houdini Engine Plugin for Unreal Engine 4 - Version 2
http://www.sidefx.com/unreal
Other
294 stars 75 forks source link

PackagingResults: Error: Unknown Error #180

Open alecss131 opened 2 years ago

alecss131 commented 2 years ago
UATHelper: Packaging (Windows (64-bit)):   ERROR: Missing precompiled manifest for 'HoudiniEngineRuntime'. This module was most likely not flagged for being included in a precompiled build - set 'PrecompileForTargets = PrecompileTargetsType.Any;' in HoudiniEngineRuntime.build.cs to override.
PackagingResults: Error: Missing precompiled manifest for 'HoudiniEngineRuntime'. This module was most likely not flagged for being included in a precompiled build - set 'PrecompileForTargets = PrecompileTargetsType.Any;' in HoudiniEngineRuntime.build.cs to override.

ue 4.27.2 launcher version in HoudiniEngine.Build.cs

/*

    Houdini Version: 19.0.531
    Houdini Engine Version: 4.2.10
    Unreal Version: 4.27.0

*/

Try add PrecompileForTargets = PrecompileTargetsType.Any; in HoudiniEngineRuntime.build.cs but nothing changed