-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link error when the Visual Studio solution has just been created #34
Comments
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. |
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.The text was updated successfully, but these errors were encountered: