Compile fail after installing features in visual studio

i installed some windows universal content in visual studio and now when i compile my project a get this error

Info Compiling game modules for hot reload

Info Performing 3 actions (4 in parallel)

Info WorldofNeon.generated.cpp

Info RotateLeaver.cpp

Info C:\Users\Doug\Desktop\Game\Games\World of Neon\WorldOfNeon\Source\WorldofNeon\Private\RotateLeaver.cpp: fatal error C1853: ‘C:\Users\Doug\Desktop\Game\Games\World of Neon\WorldOfNeon\Intermediate\Build\Win64\UE4Editor\Development\WorldofNeon\WorldofNeon.h.pch’ precompiled header file is from a previous version of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa)C:\Users\Doug\Desktop\Game\Games\World of Neon\WorldOfNeon\Intermediate\Build\Win64\UE4Editor\Inc\WorldofNeon\WorldofNeon.generated.cpp: fatal error C1853: ‘C:\Users\Doug\Desktop\Game\Games\World of Neon\WorldOfNeon\Intermediate\Build\Win64\UE4Editor\Development\WorldofNeon\WorldofNeon.h.pch’ precompiled header file is from a previous version of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa)

Info ERROR: UBT ERROR: Failed to produce item: C:\Users\Doug\Desktop\Game\Games\World of Neon\WorldOfNeon\Binaries\Win64\UE4Editor-WorldofNeon-3145.dll

If compiling your project worked before you installed the windows universal content, then my advice would be to uninstall the windows universal content from visual studio.