Until yesterday, my projects were working fine (using Visual studio express 2008). Since then I have a "small" problem, it seems that I can't build anything when including any header remotely close to the standard library. I have uninstalled Visual studio express and installed the Pro version (twice..), but I still have the same problem.
It always does the two same errors:
c:\program files\microsoft visual studio 9.0\vc\include\cstdlib(26) : error C2039: 'exit' : is not a member of '`global namespace''
c:\program files\microsoft visual studio 9.0\vc\include\cstdlib(26) : error C2873: 'exit' : symbol cannot be used in a using-declaration
That's it, I don't really know what I can do to fix this.. By the way, it seems to work if I comment the line causing the errors in cstdlib, but I don't think it is a good solution to do so..