I have a solution with a couple of projects with inter dependencies.
When I make a change in a project and recompile, Visual Studio recompiles all projects, regardless of whether I changed them (or any of their precedents) or not.
I am using only C# projects. I tried cleaning the output - no change. I checked the dates of my files - no future date.
Has anyone seen this behavior? Is there a cure for it?