I am trying to do a project in C but I have problems with the string #include<stdio.h>, I tried several tutorials but none of them worked, my code:
#include <stdio.h>
int main () {
int age;
printf ("Enter age:");
scanf ("% d", age);
printf ("age is% d", age);
return 0;
}
The problems are 2:
#Include errors were encountered. Update includePath.
Unable to open source file error code "stdio.h".
For this project I have created a folder, in which there is a folder called .dist and my Main.c file
(I have attached an image to be clearer)
Could anyone tell me how I can solve this problem?


scanf ("%d", &age); it needs an&.c_cpp_properties.json,launch.jsonandtasks.json. I don't quite remember but I believe that if you install the Microsoft C/C++ extension these will be automatically added, read more in code.visualstudio.com/docs/languages/cpp,