When you need to create copy/clone of i.g. web_hvac example for FreeRTOS as standalone project, you can face this issue.
It is impossible to work with the copy.
Why? There is missing folder for RTOS and LIB.
ISSUE:
You start to clone example


There is missing folder for RTOS


Also missing library ksdk_freertos_lib which is needed for the example


Impossible to compile the project, because folder mentioned above are missing in the project


WORKAROUND:
Just add the folder rtos from C:\Freescale\KSDK_1.3.0


The same for the library, you add to the folder from C:\Freescale\KSDK_1.3.0\lib


Import .wsd file


Wsd file was successfully imported, library is included


Build successful finished


I hope this helps you.
Iva