Such a situation: I used to work on VS08, but now I had to install a studio on business, at first there were problems with libraries loaded in the project, but then these problems disappeared. Now I have other problems, namely when launching one project in release mode, he writes an error:
1>LINK : fatal error LNK1181: cannot open input file 'kernel32.lib'
(when running in debug mode everything goes fine), and when you start another project in debug mode, he writes
1>LINK : fatal error LNK1104: cannot open file 'msvcprtd.lib'
(launch release is successful). How to solve the problem and what is it connected with?