Unable to open the NuGet Package Manager Console
Start PowerShell as Administrator and run the following command:
mkdir "C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback"
Then restart Visual Studio and everything should work.
I had the same issue and I fixed it by creating the requested folder.
Hope this works for you too.