Hello Paul,
I suppose you have PEx + KSDK project and you have selected MQX operating system in the fsl_os_abstraction component. There is selected "MQX Lite" in the mqx_ksdk component by default (inherited component of fsl_os_abstraction).
To fix this issue, open the Component Inspector of the mqx_ksdk component and select "MQX Standard" in the "Configuration parameters > Configuration set" property, see the screenshot below:

Please note, that this change also require reconfiguration of the project (fsl_debug_console component is not allowed in the project (it is integrated in the MQX Standard component) and one instance of OS_Task component is requested at least).
Best Regards,
Marek Neuzil