I have downloaded the latest version of nRF SDK (version 17). I am using Segger 4.50
The examples provided with the SDK use absolute paths, and will break if you relocate them to a different folder. I went in to Projects > Options > Preprocessor and changed all the absolute paths to the new locations.
When I try to build the project I get multiple errors, all saying unable to locate the file. Is there a straight forward way to move an existing example to a new folder, where I can modify it?