I am following this tutorial for creating a custom Visual Studio extension. I just installed the Visual Studio extension development workload, and I'm using Visual Studio 2022 version 17.12.
I just finished the step Add a custom command and I'm trying to fix compilation errors. One says Local source 'C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages' does not exist.
If I go to Tools > Options > NuGet Package Manager, this is what I see:
The selected path exists. All I know is that the path that appears in the error message is the one described by the "fallback config", but I don't know why that would point to a non-existent path.
Can someone help me understand what's going on and how to fix this error? I don't know much about NuGet.
