Hello,
I am using the latest 4.11. engine source from Github but fail to build a game project due to the following errors coming from the UBT build step:
Configuration/UEBuildBinary.cs(11,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
Configuration/UEBuildModule.cs(11,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
Configuration/UEBuildTarget.cs(11,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
System/CPPHeaders.cs(11,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
System/DynamicCompilation.cs(11,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
System/ProjectFileGenerator.cs(11,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
System/UnrealBuildTool.cs(13,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
System/UProjectInfo.cs(11,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
System/Utils.cs(14,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
System/Utils.cs(15,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
Utilities/XmlConfigLoader.cs(16,7): error CS0246: The type or namespace name `Tools' could not be found. Are you missing an assembly reference?
Configuration/UEBuildTarget.cs(969,10): error CS0246: The type or namespace name `CaselessDictionary' could not be found. Are you missing an assembly reference?
Configuration/UEBuildModule.cs(676,47): error CS0246: The type or namespace name `CaselessDictionary' could not be found. Are you missing an assembly reference?
Configuration/UEBuildModule.cs(1746,48): error CS0246: The type or namespace name `CaselessDictionary' could not be found. Are you missing an assembly reference?
System/CPPHeaders.cs(417,18): error CS0246: The type or namespace name `FileContentsCacheType' could not be found. Are you missing an assembly reference?
Do you have an idea how I could solve these?
Funny thing is, when building the UE4 engine, the same errors pop up, but they don’t break the build, they are simply ignored. When building game project (module), the same errors stop the build.
Thank you and best regards,