We try to upgrade our VS2008 solution consist of ~20 projects to VS2010, but there is a problem with building some of them. I tried different versions of VS(2010, 2012, 2013. even with vc90 compiler version) / IncrediBuild(4.61, 5.0, 6.1) / Windows(7, 8) but nothing helps. All possible options of projects and Incredi were changed too. Custom build rules and steps doesn't set for these projects. Please, tell me someone what can I do to solve the problem.
I couldn't load images yet, so this is a link to build graph screenshot.
Upd: I've tried to compile solution in VS2013 without IncrediBuild, but with /MP option, and have got identically the same - some files of project were compiled sequentiallly and in the same order, so Incredi is innocent and the problem only in our project and how the VS works with it.
So, the problem was that some of cpp-files had fixed output object file names. When these parameters were cleared compilation for them begun parallel. But in VS2008 everything was fine even with such parameters properties