Dear NXP,
I want to configure Watchdog via Simulink.
I refer to this article:
https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-implement-watchdog-for-S32K344-i...
Following his suggestion, I used S32DS to open WDG's Example Project to complete the configuration on S32CT.
WDG Example Project location is: TOOLBOX_ROOT\S32K3_RTD\SW32K3_RTD_4.4_R21-11_3.0.0\eclipse\plugins\Wdg_TS_T40D34M30I0R0\examples\S32DS\S32K3XX\Swt_Ip_Example_S32K344
Although I don't get any error on the S32CT configuration, I get an error on the Build Code.

The error message indicates that I am missing the file "AeWdog_Ip_Cfg_Defines.h"
But I can found "AeWdog_Ip_Cfg_Defines.h" in the example project, the path is
TOOLBOX_ROOT\S32K3_RTD\SW32K3_RTD_4.4_R21-11_3.0.0\eclipse\plugins\Wdg_TS_T40D34M30I0R0\generate\include
Can you help me troubleshoot this error?
I attach here my setup steps and environment.My setup up step is:
1. Add Wdg tab:


2. GPT Configuration:




3. MCU Configuration




4. WDG Configuration





5. Update Code:

My environment is S32K312EVB-Q172, MBDT 1.4.0, Matlab R2021a.
Thanks in advance