One of my files is attempting to include a header file. The line in the file goes as such:
#include "../../dsp_blk/modem_app/profile.h"
When I clean this project and then try to build it I get the following error:
C:/............/../dsp_blk/modem_app/profile.h" is illegal as it is longer than _MAX_PATH Anyone have any insight to this?