Forgetting a semi-colon before an include statement
int i#include <stdio.h>
I made this error in a header file which I had included in throughout most of my project before the standard libraries. It churned for over 10 minutes and generated about 1000 separate error messages.