When generating project files I get this
./GenerateProjectFiles.sh
Setting up Unreal Engine 4 project files...
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?
Generating data for project indexing... 100%
Writing project files... 100%
It still writes the project files though.
I also noticed the same messages showing up in xcode as well when building the editor or project
I’m currently up to date on the 4.11 branch and have tried rerunning setup to possibly load any new files from there but it hasn’t helped.