'Serial' was not declared in this scope

i don't know why this sentence suddenly appears when i return to use the arduino.. anyonw could help?

Which board do you have selected?

arduino uno

faekeid:

Are you compiling a program?
Hooking it up?
Sunning yourself?

Do you have code to post?

Should we just guess about everything?

See the # above? Push it --- see the Two cross-hatches?

Copy your code and paste it in between them.

If you are going to use a "fakeid" can we give fake answers? :grin:

Does an empty Sketch compile...

void setup( void ) { }
void loop( void ) { }

Does this compile...

void setup( void )
{
  Serial.begin( 9600 );
}

void loop( void ) { }

thx, eventually, i have just simply reinstalled the arduino.. and reconnect everything.. thx thx thx

The Arduino IDE? Or do you mean you unplugged it and plugged it back in?