Can Visual Studio Professional 2008 and Visual C++ Express 2008 be installed side by side without problems?
update
I am working in a situation where some of the team has pro, some have express. I have pro (but have not installed C++ Express) and for some reason, the solution doesn't compile for professional (fresh from svn), but it does compile for Express users. I don't know what else to check :\
update 2
The compile errors are thousands of errors in stdio
, and they occur in all build configurations.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(189) : error C2144: syntax error : 'int' should be preceded by ';'
update
resetting visual studio settings fixed the build errors. Not exactly my favorite way to fix things, but it worked. Marking @Kevin as the answerer for his effort.