Context,
I am working on a project for a assignment.
I need to make a c# app with some c++ code in it.
I made 90% of my project in c++ because I hate visual studio.
The last 10% I need to make are the UI and the c# part.
I am making a agenda app and I have a c++ class that does suggestions for where to plan something. These suggestions need to be visualized in c#
Problem
I can compile with g++ but in visual studio when I compile to dll I get errors in a file I didn't even make myself...
Is this a common issue? I can't really find a lot about it online (I might be entering the wrong things)