Inside a class declaration I have the following prototype:
static char const* GetChannelName( CHANNEL_ID chanId);
Create Implementation is unavailable for this method. However, if the prototype looks like:
static const char* GetChannelName( CHANNEL_ID chanId);
then Create Implementation is enabled in the VAX menu.
This also occurred in 1611.
edit: made the protoypes compilable