So I'm using C++ to work on a project and I've created a GUI. I tried to use NuGet to instead a package However, it keeps bringing up this error:
Could not install package 'MetroModernUI 1.4.0'. You are trying to install this package into a project that targets 'native,Version=v0.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
I found a link on here to help me fix this issue. However another issue came up on step 2. Here is the link and error:
How can I make my managed NuGet package support C++/CLI projects?
Install failed. Rolling back...
Package 'NuGet.CommandLine.5.8.1' does not exist in project 'Project Name'
Package 'NuGet.CommandLine.5.8.1' does not exist in folder '<path>\packages'
A Package folder doesn't even exist in that directory. Someone please help me because that error also came up in the previous error when trying to instead a package using NuGet, here it is:
Install failed. Rolling back...
Package 'MetroModernUI.1.4.0' does not exist in project 'Project Name'
Package 'MetroModernUI.1.4.0' does not exist in folder '<path>\packages'