carla
carla copied to clipboard
CARLA 0.9.15 fails to build Houdini Engine
CARLA version: 0.9.15 Platform/OS: Windows 10 - Visual Studio 2022
Problem you have experienced: After running Update.bat, I get this error
-[BuildCarlaUE4]: Building Unreal Editor...
Using 'git status' to determine working set for adaptive non-unity build (D:\Programs\UnrealEngine-0.9.15).
Creating makefile for CarlaUE4Editor (UnrealBuildTool.exe is newer)
While compiling D:\Programs\carla_0.9.15\Unreal\CarlaUE4\Intermediate\Build\BuildRules\CarlaUE4ModuleRules.dll:
d:\Programs\carla_0.9.15\Unreal\CarlaUE4\Plugins\HoudiniEngine\Source\HoudiniEngine\HoudiniEngine.Build.cs(44,7) : error CS0246: The type or namespace name 'EpicGames' could not be found (are you missing a using directive or an assembly reference?)
UnrealBuildTool: ERROR: Unable to compile source files.
which I attempted to fix by replacing using EpicGames.core
with using Tools.DotNETCommon
as suggested here (not sure if this is the correct fix). After this, I get a different error:
-[BuildCarlaUE4]: [Batch params]: --build --all
--build
--all
ECHO is off.
-[BuildCarlaUE4]: Building Unreal Editor...
Using 'git status' to determine working set for adaptive non-unity build (D:\Programs\UnrealEngine-0.9.15).
Creating makefile for CarlaUE4Editor (UnrealBuildTool.exe is newer)
Houdini Engine : Houdini 20.0.556 could not be found. Houdini Engine will not be available in this build.
UnrealBuildTool: ERROR: Could not find definition for module 'EditorFramework', (referenced via Target -> CarlaTools.Build.cs -> HoudiniEngine.Build.cs -> HoudiniEngineRuntime.Build.cs)
make: *** [CarlaUE4Editor] Error 6
I should add that if I remove Houdini Engine and all references to it, the build finishes successfully and I'm able to run CARLA 0.9.15
I should add that if I remove Houdini Engine and all references to it, the build finishes successfully and I'm able to run CARLA 0.9.15
hihi can you please explain how you did it? I have the same issue.
I should add that if I remove Houdini Engine and all references to it, the build finishes successfully and I'm able to run CARLA 0.9.15
hihi can you please explain how you did it? I have the same issue.
Hi @PierceG6, This was a while ago but if I remember correctly these were the changes - I removed the files in red, and made these changes to the files with the yellow icon. Then rebuild and hopefully it'll work!
I have builded the carla && unreal engine successfully but when i am running the "make Launch" i facing bellow issue: Unreal engine 4.26 carla 0.9.15 ubuntu 20.04 with all required prerequsites
We deprecated houdini en CARLA, if you get the last dev code would not have issues with houdini anymore.
I have builded the carla && unreal engine successfully but when i am running the "make Launch" i facing bellow issue: Unreal engine 4.26 carla 0.9.15 ubuntu 20.04 with all required prerequsites
![]()
![]()
did you solve the problem? ım facing the same issue