Reply To: NRF51 + MBED + BLE

Sysprogs forums Forums VisualGDB NRF51 + MBED + BLE Reply To: NRF51 + MBED + BLE

#7672
support
Keymaster

Hi,

Most likely you need to specify some subdirectory. Please open VisualGDB Project Properties on the IntelliSense Setting page, check the list of include directories and search them and their subdirectories for the BLEDevice.h file. Then use the #include <subdirectory/BLEDevice.h> format to include it.