您的位置:首页 > 移动开发 > IOS开发

VS2012出现“cannot open source file "iostream"”

2013-11-27 14:05 761 查看
1、创建或打开一个控制台应用

2、点击“Property Manager”--->右击“Debug|Win32” ---->点击“Property”----->点击“VC++ Directories” --->Executable Directories 选择“Edit” ----> Uncheck the "Inherit from parent or project defaults" option--->Recheck it and click "Ok".

- Repeat this for the includes, library directories, etc. -Click on "Apply" and "Ok" - Rebuild the project and check if this worked.

参考博文:http://stackoverflow.com/questions/4594292/vs-2010-error-cannot-open-file-iostream
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐