nrf connect - zephyr blinky project building issue

While building my first blinky project using nrf connect on VS code it is showing following errors:

C:/ncs/v2.6.1/zephyr/scripts/kconfig/kconfig.py: C:/ncs/v2.6.1/blinky/build/Kconfig/Kconfig.modules:89: Could not open 'C:\ncs\v2.6.1\zephyr\' (in 'osource "$(ZEPHYR_MCUBOOT_KCONFIG)"') (ENOENT: No such file or directory)
CMake Error at C:/ncs/v2.6.1/zephyr/cmake/modules/kconfig.cmake:358 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:/ncs/v2.6.1/nrf/cmake/modules/kconfig.cmake:29 (include)

Can you guys please suggest `me a solution for the above build issue.?

SDK version is v2.6.1

Related