I have a .sln file with more than 30 .vcprojs under it. When I build my solution for the first time, I get a lot of link errors. However, if I repeat this operation - cleaning the project and then rebuilding it - the errors disappear. Why does this happen? Please help me fix this. Thanks.
Asked
Active
Viewed 33 times
1 Answers
0
This could happen if some of the projects are dependent on others and the build order is incorrect. There are some answers to this on SO here: Visual Studio 2010: How to enforce build order of projects in a solution?

Community
- 1
- 1

peacemaker
- 2,541
- 3
- 27
- 48