Hello, I am getting the following errors when I try to build the mqtt demo and aws-iot examples in STM32cubeIDE from new CMSIS pack version 1.5.0. it appears some files are missing
…/MM_IoT/Target/aws_iot.c:499:10: fatal error: mqtt_agent_task.h: No such file or directory
499 | #include <mqtt_agent_task.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [MM_IoT/Target/subdir.mk:22: MM_IoT/Target/aws_iot.o] Error 1
make: *** Waiting for unfinished jobs…
“make -j12 all” terminated with exit code 2. Build might be incomplete.
11:47:13 Build Failed. 3 errors, 0 warnings. (took 41s.695ms)