Cannot find help system

Therefore, I use Visual Studio 2017, and everything works fine. But then I upgraded to 15.6.0 and suddenly nothing works.

All links, such as Systme. * or Microsoft. * with a yellow warning sign ...

In each project - even in new ones - I get the same type of erros after (re) building:

The "ResolveAssemblyReference" task could not be initialized with its input parameters

The "ResolveAssemblyReference" task could not be initialized with its input parameters      

The "FindDependenciesOfExternallyResolvedReferences" parameter is not supported by the "ResolveAssemblyReference" task. Verify the parameter exists on the task, and it is a settable public instance property          

This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them

I tried reinstalling Visual Studio 2017 by reinstalling the .NET Framework, but I still get these types of errors in every C # project ...

Is there any solution that completely reinstalls Windows?

+6
source share
1 answer

, !

- 15.6.0:

C:\Program Files (x86)\Microsoft Visual Studio\2017\EnterpriseWMSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets

C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets

!

, Visual Studio.

+7

All Articles