Determining build dependencies
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
Is there any way to convince visual Studio 2003 to tell me why it wants to build a particular file? I have a large solution file that builds a number of dll's executables, etc. If I do a "rebuild all" it happily goes through and rebuilds everything. If I then try to build the solution again, or run it in the debugger, Visual Studio wants to rebuild a bunch of the files all over again. I know I have a circular dependency or two in there, but it would really be nice if I could have the IDE help tell me where it is.