FreeRTOS SSL Client MBEDTLS_CONFIG_FILE

Hi, Using System Workbench for STM32 tried to build SSL client project,got error in aes.c file , #include MBEDTLSCONFIGFILE Unresolved inclusion: “<mbedtlsconfig.h>”,not sure how to include the configuration file ,cross verified for mbedtlsconfig.h file ,is included correctly. code: ~~~

if !defined(MBEDTLSCONFIGFILE)

include “mbedtls/config.h”

else

include MBEDTLSCONFIGFILE //Error Unresolved inclusion: “<mbedtls_config.h>”

endif

~~~ Description: fatal error: D:/rtos/STM32f7/Test0404/en.stm32cubef7/STM32CubeFWF7V1.6.0/Middlewares/ThirdParty/mbedTLS/library/<mbedtls_config.h>: Invalid argument ( able to run Server_socket webserver project successfully without any issues)kindly help me ressolve this issue,thank you in advance. regards,

FreeRTOS SSL Client MBEDTLS_CONFIG_FILE

Sorry, but this is not a FreeRTOS question.