Visual Studio Code boards.h not found

Hi,

I am new to BLE development. I am using Visual Studio Code and Nordic SDK v2.7.0. I had working code a few weeks ago. I went on vacation, and when I returned I had all kinds of errors. The first one is 'boards.h' not found. I also have errors with many other header files.

#include "boards.h"
#include "app_util_platform.h"
#include "app_error.h"
#include "nrf_drv_twi.h"

#include "nrf_log.h"
#include "nrf_log_ctrl.h"
#include "nrf_log_default_backends.h"
How might I fix this?
Parents Reply
  • Hi Nick,

    I am checking this internally with the team and will get back to you with an update. Could you provide me with a few more details?

    • Did you use SDK 2.7.0 originally? were your projrcts working well previously with the v2.7.0?
    • Do you use a nordic board (DK) or a custom board?
      • If custom, was it created for hardware model v1 or v2?
    • Is the build sysbuild or old style parent-child build?
    • Is it only the C/C++ IntelliSense that is broken or is the build broken?
    • Can you share support logs?

    -Priyanka

Children
No Data
Related