In TaskCPP.h, class TaskS for the xTaskCreate() call, the variable 'stackSize' does not exist.
I have the following settings
#define configSUPPORT_STATIC_ALLOCATION 0
#define configSUPPORT_DYNAMIC_ALLOCATION 1
so the TaskClass constructor never actually calls this line. It still results in a compiler error though.