Error compiling peripheral_uart example in nRF Connect SDK

I've recently put nRF Connect on my new machine, v1.7.0.  I wanted to test the peripheral_uart sample application.  However when I go to compile the peripheral_uart example I get the following error:

‘build’ in configuration ‘Common’
Combining ‘modules/nrf/samples/spm_subimage-prefix/src/spm_subimage-stamp/spm_subimage-build’
opening dependency file modules\nrfxlib\nrfxlib\nrf_security\src\mbedtls\CMakeFiles\mbedcrypto_base_vanilla.dir\C_\Nordic_Development\ncs\mbedtls\library\psa_crypto_slot_management.c.obj.d: No such file or directory
opening dependency file modules\nrfxlib\nrfxlib\nrf_security\src\mbedtls\CMakeFiles\mbedcrypto_base_vanilla.dir\C_\Nordic_Development\ncs\mbedtls\library\psa_crypto_driver_wrappers.c.obj.d: No such file or directory
Build failed

Is there a step that I've missed?

Related