VC6.0 -> File -> new -> C++ source file -> aaa.cpp#include <stdio.h>void main ()
{
......
}错误信息:fatal error C1083: Cannot open include file: 'stadio.h': No such file or directory这是怎么回事???????

解决方案 »

  1.   

    fatal error C1083: Cannot open include file: 'stadio.h': No such file or directory
    上面的头文件名与下面的是什么关系呀?
    #include <stdio.h>'stadio.h'会与‘stdio.h‘相同吗?
      

  2.   

    fatal error C1083: Cannot open include file: 'stadio.h': No such file or directory
    这里的stadio.h是哪的?是不是你把程序里的stdio.h写错了。你的程序在我的机器上可以编译通过的。记住要把aaa.cpp放到一个工程里。
      

  3.   

    搜索机器,有无该文件
    如果有,那么看看vc的设置,在tools->options中是否指定了该文件所在的路径。如果没有,指定一下