Solved
unknown type name 'size_t motion_fx.h
I created a motion_fx for stm32h562 from CubeMx. The auto generated motion_fx.h file does call (line 135)
size_t MotionFX_GetStateSize(void);But the code does miss the include
#include <stddef.h>Which results in the following error:
unknown type name 'size_t' motion_fx.h ./Middlewares/ST/STM32_MotionFX_Library/Inc line 135 C/C++ Problem

