Open slycelote opened 3 years ago
Reopening also doesn't work, my problem was solved, when I ran code analysis on the solution.
I also had a question, what is I want to include some pre-written library of mine in my solution, but it is not present in the cpplib folder, How shall we do that?
I also wanted to say one thing, about the error, I was getting don't know whose mistake was yours or mine, I build my solution without statically linking my cpplib directory, so that is why I was getting that error.
I discovered it after I did a lot of research from the internet.
I also had a question, Is there any way to make the questions parse into a certain directory.
I also wanted to say one thing, about the error, I was getting don't know whose mistake was yours or mine, I build my solution without statically linking my cpplib directory, so that is why I was getting that error.
I discovered it after I did a lot of research from the internet.
There seems to be some issue with Visual Studio: it doesn't build cpplib project automatically even though the problem project depends on it. As mentioned in the first comment closing and reopening the solution (or building the project manually) fixes it for me.
Also My visual studio stops responding when I load the caide solution.
How to stop this?
Please use a separate github issue for each bug.
Ok I am really sorry, I am a beginner to github that is why this happened.
Right after the solution has just been created, build fails with a link error. Workaround is to build
cpplib
project manually or close and reopen the solution.