Visual C++ (C++/CLI)
I'm just gonna ask this here to see if someone knows how to fix this, cuz i keep asking AI how to solve this problem and they just keep going in circles with their answers and I don't know what to do anymore, so im trying to create a GUI in visual studio using C++ in .net framework (this is what we were required to use, I actually already made a project with vb.net and i never encountered a problem) so to connect my project to SQLite just like how I did it with my vb.net project I have to install something in nuget package manager but it keeps prompting ("Could not install package 'System.Data.SQLite 2.0.3'. 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") (same thing to MySQL.Data) from what I've learned from AI it means that it sees my project as a native c++ (I created the project by clicking CLR Empty Project .net framework) and I already tried every solution AI has given me but none works. So does anyone know what the problem is??