I am sure this a compiler setting I have over looked. But can anyone tell me why my pragma message is not showing up in the build window?

It has been years since I have tried to use this.

Basic code as follows:

Method ()
{
#pragma message ("Reminder here .....")
}

Init called the Method.