-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hello, I downloaded Unreal Engine 5.1 source and installed conan-ue4cli. I followed the given commands for UnrealGDAL, but I'm still encountering the following error:
Discovering modules, targets and source code for project...
Compiled assembly file 'C:\Users\sguney\Documents\Unreal Projects\GIS\Intermediate\Build\BuildRules\GISModuleRules.dll' appears to be for a newer CLR version or is otherwise invalid. Unreal Build Tool will try to recompile this assembly now. (Exception: Could not load file or assembly 'C:\Users\sguney\Documents\Unreal Projects\GIS\Intermediate\Build\BuildRules\GISModuleRules.dll'. Format of the executable (.exe) or library (.dll) is invalid.)
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(12,7): error CS0246: The type or namespace name 'Tools' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(43,3): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(43,24): error CS0103: The name 'JsonObject' does not exist in the current context
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(43,44): error CS0246: The type or namespace name 'FileReference' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(56,3): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(56,21): error CS0103: The name 'JsonObject' does not exist in the current context
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(56,41): error CS0246: The type or namespace name 'FileReference' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(59,12): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(154,3): error CS0246: The type or namespace name 'JsonObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(154,22): error CS0103: The name 'JsonObject' does not exist in the current context
C:\Users\sguney\Documents\Unreal Projects\GIS\Plugins\UnrealGDAL\Source\GDAL\GDAL.Build.cs(154,42): error CS0246: The type or namespace name 'FileReference' could not be found (are you missing a using directive or an assembly reference?)
Expecting to find a type to be declared in a target rules named 'GISTarget'. This type must derive from the 'TargetRules' type defined by Unreal Build Tool.
It seems there are issues with the assembly file, missing references, and the declaration of types in the 'GISTarget' rules.
Metadata
Metadata
Assignees
Labels
No labels