An error occurred while trying to generate project files

I get this error anytime I try compiling a project in this version or try starting a new version
I have looked around and found others with similar erros but not the same error…

I am gettting
“Running D:/Program Files/Epic Games/4.10/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“D:/Unreal Projects/Photon/PhotonTutorial1/PhotonTutorial1.uproject” -game -rocket -progress -2015
Discovering modules, targets and source code for game…
Errors detected while compiling D:\Unreal Projects\Photon\PhotonTutorial1\Intermediate\Build\BuildRules\RocketUE4ModuleRules.dll:
d:\Program Files\Epic Games\4.10\Engine\Plugins\Experimental\BlueprintStats\Source\BlueprintStats\BlueprintStats.Build.cs(5,15) : error CS0101: The namespace ‘UnrealBuildTool.Rules’ already contains a definition for ‘BlueprintStats’
d:\Program Files\Epic Games\4.10\Engine\Plugins\Experimental\CharacterAI\Source\CharacterAI\CharacterAI.Build.cs(5,14) : error CS0101: The namespace ‘’ already contains a definition for ‘CharacterAI’
d:\Program Files\Epic Games\4.10\Engine\Plugins\Experimental\CodeEditor\Source\CodeEditor\CodeEditor.Build.cs(5,15) : error CS0101: The namespace ‘UnrealBuildTool.Rules’ already contains a definition for ‘CodeEditor’
d:\Program Files\Epic Games\4.10\Engine\Plugins\Experimental\CodeView\Source\CodeView\CodeView.Build.cs(5,15) : error CS0101: The namespace ‘UnrealBuildTool.Rules’ already contains a definition for ‘CodeView’
d:\Program Files\Epic Games\4.10\Engine\Plugins\Experimental\HTML5Networking\Source\HTML5Networking\HTML5Networking.Build.cs(5,18) : error CS0101: The namespace ‘UnrealBuildTool.Rules’ already contains a definition for ‘HTML5Networking’
d:\Program Files\Epic Games\4.10\Engine\Plugins\Experimental\LiveEditor\Source\LiveEditor\LiveEditor.Build.cs(5,15) : error CS0101: The namespace ‘UnrealBuildTool.Rules’ already contains a definition for ‘LiveEditor’
d:\Program Files\Epic Games\4.10\Engine\Plugins\Experimental\Phya\Source\Phya\Phya.Build.cs(5,15) : error CS0101: The namespace ‘UnrealBuildTool.Rules’ already contains a definition for ‘Phya’
d:\Program Files\Epic Games\4.10\Engine\Plugins\Experimental\SimpleHMD\Source\SimpleHMD\SimpleHMD.Build.cs(5,15) : error CS0101: The namespace ‘UnrealBuildTool.Rules’ already contains a definition for ‘SimpleHMD’
d:\Program Files\Epic Games\4.10\Engine\Plugins\Experimental\StructBox\Source\StructBox\StructBox.Build.cs(7,15) : error CS0101: The namespace ‘UnrealBuildTool.Rules’ already contains a definition for ‘StructBox’
UnrealBuildTool Exception: ERROR: UnrealBuildTool encountered an error while compiling source files”

I have tried reinstalling the engine and still getting the same thing, I have made sure my VS2015 has c++ included etc.
I am running unreal engine 4.10.4

I got the same error in 4.11.1, but I was able to compile it in 4.10.4. From another thread, I was told that it might be related to the integration of third party plug-in.