VC出现问题

来源:百度知道 编辑:UC知道 时间:2024/06/04 04:08:11
运行时出现错误,怎么解决?
fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
怎么看?装起来就这样。

No such file or directory 没找到这个文件白·~看看你的库文件目录对不?

'stdio.h'没有

给stdio.h
换成
#include<iostream.h>

环境变量没有设置好。应该重新设置环境变量,或者重新安装VC