I followed the instructions on the webpage to configure an application:How to create and build an application - nRF Connect for VS Code.
I chose the example of Bluetooth:Bluetooth: Direction finding connectionless beacon — nRF Connect SDK 2.5.99 documentation (nordicsemi.com).I imported this application example.
After configuring on the 'Add Build Configuration page', I clicked on the 'Build Configuration' button and encountered a 'CMake error'.
The following is my configuration page, and I did not make any additional configurations. They are all default configurations but still have errors:
This is the error encountered:
This code file is provided in the SDK, and even though I searched for information, I couldn't find a solution. Does anyone know how to solve this problem? Thank you for your help!
I just deleted a few files from the application bar and found that there is still an error after configuration. The incorrect file this time is different from the previous one, but it is still a CMake error. Is there a problem with the location of my files or something like that.