What am i doing wrong?

When building:
1>C:\Users\cecuca\Dev\iPlug2\Examples\IPlugOSCEditor\projects\IPlugOSCEditor-app.vcxproj(408,5): error : This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see Troubleshooting NuGet Package Restore in Visual Studio | Microsoft Learn. The missing file is …\packages\Microsoft.Windows.ImplementationLibrary.1.0.200519.2\build\native\Microsoft.Windows.ImplementationLibrary.targets.
1>Done building project “IPlugOSCEditor-app.vcxproj” – FAILED.
And after i try to run application i get this:
Unable to run application ~IPlug2/Examples/IPlugOSCEditor/Build-win/app/x64/Debug/IPlugOSCEditor.exe
Unable to find pinned file

IPlugOSCEditor example uses a web view, and requires a NuGet package to be correctly set up before it will build. I will check if it still compiles when i have a chance