Alex:
It looks like your message was the victim of the HTML error detection in the new forum: when you use angle brackets (less-than, greater-than) in an #include statement, the forum tries to interpret it as HTML, detects an error, and deletes the .h file enclosed in the brackets.
#include [LESS_THAN]windows.h[GREATER-THAN]
gets truncated to
#include
as displayed in the new forum.
I've had some correspondance with Molly about this.