오류 1 error C1083: 포함 파일을 열 수 없습니다. 'stdio.h': No such file or directory 

 2 IntelliSense: 파일 소스을(를) 열 수 없습니다. "stdio.h" 

 3 IntelliSense: 식별자 "printf"이(가) 정의되어 있지 않습니다.

이런 오류가 뜹니다 ㅠㅠ

#include <stdio.h>

int main(void)
{

 printf("hello");

 return 0;

}

이미지가 안올라 가는 관계로 ㅠㅠ

헤더파일을 못찾는것 같은데 어떻게 해야 하나요 ㅠㅠ

비쥬얼 스튜디오 2010입니다 ㅠㅠ

>