sideeffects / HoudiniEngineForUnreal

Houdini Engine Plugin for Unreal Engine.
http://www.sidefx.com/unreal
Other
1.36k stars 374 forks source link

V2.05 Failed to build on UE5 EA #157

Closed subTropic closed 2 years ago

subTropic commented 2 years ago

Hi, I am unable to get the following version of the Houdini plugin to build in Visual Studio 2019 with Unreal Engine5.0 Early Access: HoudiniEngine-v2.0.5-H19.0.498-UE5.0-EA2

The build fails with the following error: Could not find definition for module 'SubobjectEditor', (referenced via Target -> HoudiniEngine.Build.cs -> HoudiniEngineRuntime.Build.cs)

I was previously able to get HoudiniEngine-V2-H19.0.383-UE5EA2 to build in visual studio without any issues.

subTropic commented 2 years ago

NVM, after deleting the project binaries and intermediate folders, then rebuilding, it works.

Cheers.