Compiling nordic project I get errors:
compiling main.c...
..\..\..\main.c(37): error: #5: cannot open source input file "softdevice_handler.h": No such file or directory
#include "softdevice_handler.h"
..\..\..\main.c: 0 warnings, 1 error
and error:
compiling softdevice_handler.c...
"no source": Error: #5: cannot open source input file "..\..\..\..\..\..\components\softdevice\common\softdevice_handler\softdevice_handler.c": No such file or directory
..\..\..\..\..\..\components\softdevice\common\softdevice_handler\softdevice_handler.c: 0 warnings, 1 error
I'm sure that those file exists and that paths is filled correctly. So why I'm getting these errors??