I have some projects I am converting from VS2008 to 2010.
But when converting them, I noticed that when doing batch builds of them, they fail to compile. The errors are
"unresolved external symbol: __SomeFunction".
__SomeFunction is from project A that compile perfectly, and the errors are happening in project B, that depends on project A.
The Build order and project dependencies are correctly set.
They compile well if I do one-by-one the configs and platforms, but this is very annoying when I have people saying to me that it is required they batch build correctly.
Side Note: I have configurations for the platforms Win32 and x64.
Help me please,
Sérgio