So yesterday I got a bluescreen, and since then my netFx is borked. I can't build, and VS finds lots of instances of this error:
Through the VS installer I uninstalled everything Framework and sdk related. Today I reinstalled all those things. Tried to compile, and still have these same errors.
Here's a copypaste form the build output:
0>C:\Users\<myuser>\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs(1,1): Error CS1056: Unexpected character '
1>C:\Users\<myuser>\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs(1,1): Error CS1056: Unexpected character '
4>C:\Users\<myuser>\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs(1,70): Error CS1056: Unexpected character '
6>C:\Users\<myuser>\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs(1,1): Error CS1056: Unexpected character '
2>C:\Users\<myuser>\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs(1,1): Error CS1056: Unexpected character '
3>C:\Users\<myuser>\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs(1,1): Error CS1056: Unexpected character '
5>C:\Users\<myuser>\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs(1,1): Error CS1056: Unexpected character '
I use VS2017. Tried VS2019 (Community) because why not, but it has the same problem.
Any idea what else I can try, before uninstalling and reinstalling everything related to visual studio and netFx?