This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Illegal path... longer than _MAX_PATH?



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?