clang version 16.0.6
Target: x86_64-pc-linux-gnu
Hi! Today I downloaded the latest release version (5.3.2) and I get following error trying to build UE from source:
[1/10] Compile Module.CADInterfaces.cpp
In file included from …/Plugins/Enterprise/DatasmithCADImporter/Intermediate/Build/Linux/x64/UnrealEditor/Development/CADInterfaces/Module.CADInterfaces.cpp:9:
…/UnrealEngine/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADInterfaces/Private/TechSoftInterface.cpp:82:9: error: incomplete type ‘CADLibrary::TechSoftInterface::FTechSoftInterface’ named in nested name specifier
return FTechSoftInterface::Get().InitializeKernel(InEnginePluginsPath);
^~~~~~~~~~~~~~~~~~~~
…/UnrealEngine/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADInterfaces/Public/TechSoftUtils.h:30:7: note: forward declaration of ‘CADLibrary::TechSoftInterface::FTechSoftInterface’
class FTechSoftInterface;
^