really struggling with a Visual Studio issue here. I get a bunch of errors from Visual Studio after having re-installed it, about it not being able to find VC++ libraries:
Error 1 error C1083: Cannot open include file: 'stdlib.h': No such file or directory
Error 2 error C1083: Cannot open include file: 'sys/types.h': No such file or directory
Error 3 error C1083: Cannot open include file: 'stdio.h': No such file or directory
Error 4 error C1083: Cannot open include file: 'stdlib.h': No such file or directory
Error 5 error C1083: Cannot open include file: sys/types.h': No such file or directory
Any ideas how I can resolve this issue? I just did a search for stdlib.h in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC and I didn't find anything. What will repopulate my libraries?