I dont know if this is the right place to post this but...

Basicaly, i cant compile a simple program like:
Code:
#include <stdio.h>

int main() {
	printf("Hello world");
}
using the Mingws gcc c compiler, it just says that:
main.c:1: No include path in which to find stdio.h

i even tried to reinstall mingw with only the gcc compiler, but same error.

i can use a c++ compiler to compile it, but i really need the c compiler atm :\
any sugestions?