Might be, but then again, if I add a forward definition inside one of my namespaces and right after a class definition, the refacoring menu is enabled on the forward definition.
like:
class CForwardDecalreNonExistantClass;
// some comments
class CForwardDecalreNonExistantClass
{
};