You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the entire solution from scratch in visual studio 2015 seems to result in multiple projects trying to write the same .obj files at the same time. Building just the q project works.
The text was updated successfully, but these errors were encountered:
Interesting, this hasn't happened to me, but Visual Studio is notoriously buggy when it comes to parallel compilations. Perhaps some other compiler flags by default could help.
Are you building to multiple targets in one go (x86 and x64 e.g.)?
No I was just building the x64 release target. Can it be that some projects have .cpp files with the same name and they all have the same directory to store .obj files in?
Alright, they shouldn't end up in the same build directory if they are in different projects... I'll have a look at this in the weekend after having closed more generic CMake build changes.
Building the entire solution from scratch in visual studio 2015 seems to result in multiple projects trying to write the same .obj files at the same time. Building just the q project works.
The text was updated successfully, but these errors were encountered: