Help! Error when building Ruuvi using Segger SES on Windows 10 x64

Hi,
Installed Segger SES on Windows 10 x64. As per the Segger video, unzipped SDK into the folder shown below and unzipped ruuvi.firmware.c into the same folder:

C:\Nordic_Semi\nRF5_SDK_15.0.0_a53641a
C:\Nordic_Semi\ruuvi.firmware.c\

When I attempt to build the solution, I get the following errors:

Building ‘ruuvi.firmware.c’ from solution ‘ruuvi.firmware.c’ in configuration ‘Debug’
*Compiling ‘nrf_log_backend_serial.c’
nrf_log_backend_serial.c
sdk_config.h: No such file or directory
*Compiling ‘nrf_log_backend_rtt.c’
nrf_log_backend_rtt.c
sdk_config.h: No such file or directory
*Compiling ‘nrf_log_default_backends.c’
nrf_log_default_backends.c
sdk_config.h: No such file or directory
*Compiling ‘nrf_log_frontend.c’
nrf_log_frontend.c
sdk_config.h: No such file or directory

I have tried multiple locations for the ruuvi.firmware.c folder, but keep on getting errors. Am I missing something obvious here?

Hello,

You need to download and unzip Nordic SDK 15 next to the git project. You’ll also need to checkout a specific git tag and update submodules.