Installation of Visual Studio 2010 (any edition) installs only 2 files in the C++ headers directory

前端 未结 6 838
迷失自我
迷失自我 2020-11-28 07:23

I installed Visual Studio 2010 Premium on my Windows 7 workstation. After loading a test C++ project, I noticed that it could not locate iostream. I took a look in C:\

6条回答
  •  臣服心动
    2020-11-28 08:12

    I tried several rounds of uninstalling and reinstalling. The hack that finally worked was to copy the entire contents of the VC folder from a machine with a working VS 2010 installation. You probably don't need to copy all of these , but I was missing 3000+ files in include, lib, and other folders within VC.

提交回复
热议问题