c++ - Microsoft Visual Studio 2010 will not compile, load/create files, or recognize the iostream? -
i have been attempting run visual studio 2010 on laptop (runs windows 7 home premium) , has updates, yet, dismay, vs2010 still not run correctly after continually trying reinstall , alter permissions.
i literally went each key on computer had conflict vs2010 , edited permissions hours, vs2010 fails create projects.
if load project have saved , compiled elsewhere, loads not without giving me error:
the 'microsoft.data.entity.design.bootstrappackage.bootstrappackage, microsoft.data.entitity.design.bootstrappackage, version=10.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' package did not load correctly.
the problem may have been caused configuration change or installation of extension.
if attempt compile after disregarding fatal error:
1>finprojcode.cpp(5): fatal error c1083: cannot open include file: 'iostream': no such file or directory
furthermore, if reset settings import/export, select visual c++ development settings, following errors:
the 'visual studio tools office project client package excel' package did not load correctly.
followed error:
the 'visual studio tools office project client package word' package did not load correctly.
and error again:
the 'microsoft.data.entity.design.bootstrappackage.bootstrappackage, microsoft.data.entitity.design.bootstrappackage, version=10.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' package did not load correctly.
followed by:
the 'microsoft.data.entity.design.package.microsoftdataentitydesignpackage, microsoft.data.entitity.design.package, version=10.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' package did not load correctly.
yet after of that, tells me settings reset visual c++ development settings...
i literally going insane how many times have reinstalled, manually edited each key's permission on computer, , fiddled program while trying final project tomorrow, have been trying type on vs2010 few months now, asking on multiple sites, etc.
i hoping answer(s) need here, if any, , thank , take time , help!
sincerely,
justin
1>finprojcode.cpp(5): fatal error c1083: cannot open include file: 'iostream': no such file or directory
from can see either missing files/libraries etc. have tried uninstalling current vs uninstall application because windows inbuilt uninstaller create problems.
so following: 1)uninstall current vs 2)install express version 3)tell me if same errors
Comments
Post a Comment