为什么会在C语言中出现: Cannot open include file: 'stdio .h': No such file or directory

【为什么会在C语言中出现: Cannot open include file: 'stdio .h': No such file or directory】在C语言中出现: Cannot open include file: 'stdio .h': No such file or directory是设置错误造成的,解决方法为:
1、输出编译器中进行编译 。

为什么会在C语言中出现: Cannot open include file: 'stdio .h': No such file or directory

文章插图
2、编译成功,无错误 。
为什么会在C语言中出现: Cannot open include file: 'stdio .h': No such file or directory

文章插图
3、进行组建,组建时出现错误 。
为什么会在C语言中出现: Cannot open include file: 'stdio .h': No such file or directory

文章插图
4、选中vc++6.0程序,右键选择”以管理员身份运行此程序“ ,运行程序,进行编译该程序 。无错误 。
为什么会在C语言中出现: Cannot open include file: 'stdio .h': No such file or directory

文章插图
5、进行组建程序,如图 ,发现程序组建成功 。
为什么会在C语言中出现: Cannot open include file: 'stdio .h': No such file or directory

文章插图
6、执行程序,看程序能正确执行 。
为什么会在C语言中出现: Cannot open include file: 'stdio .h': No such file or directory

文章插图

    推荐阅读