Unable to build files in the new NCS 2.0.2!

I am having an issue building files for the new update , the samples for the v2.0.0 work fine !

Building blinky
west build --build-dir c:\ncs\v2.0.2\zephyr\samples\basic\blinky\build c:\ncs\v2.0.2\zephyr\samples\basic\blinky

[0/1] Re-running CMake...
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: C:/ncs/v2.0.2/zephyr/samples/basic/blinky
-- Cache files will be written to: C:/ncs/v2.0.2/zephyr/.cache
-- Zephyr version: 3.0.99 (C:/ncs/v2.0.2/zephyr)
-- Found west (found suitable version "0.13.1", minimum required is "0.7.1")
-- Board: nrf52833dk_nrf52833
-- Found host-tools: zephyr 0.14.1 (C:/ncs/toolchains/v2.0.2/opt/zephyr-sdk)
-- Found dtc: C:/ncs/toolchains/v2.0.2/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found toolchain: zephyr 0.14.1 (C:/ncs/toolchains/v2.0.2/opt/zephyr-sdk)
-- Found BOARD.dts: C:/ncs/v2.0.2/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833.dts
-- Generated zephyr.dts: C:/ncs/v2.0.2/zephyr/samples/basic/blinky/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/ncs/v2.0.2/zephyr/samples/basic/blinky/build/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: C:/ncs/v2.0.2/zephyr/samples/basic/blinky/build/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: C:/ncs/v2.0.2/zephyr/samples/basic/blinky/build/zephyr/dts.cmake
Parsing C:/ncs/v2.0.2/zephyr/Kconfig
C:/ncs/v2.0.2/zephyr/scripts/kconfig/kconfig.py: C:\ncs\v2.0.2\zephyr\samples\basic\blinky\build\Kconfig\Kconfig.modules:56: Could not open 'C:\ncs\v2.0.2\zephyr\' (in 'osource "$(ZEPHYR_MCUBOOT_KCONFIG)"') (ENOENT: No such file or directory)
CMake Error at C:\ncs\v2.0.2\zephyr\cmake\modules\kconfig.cmake:290 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  C:\ncs\v2.0.2\zephyr\cmake\modules\zephyr_default.cmake:121 (include)
  C:\ncs\v2.0.2\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:51 (include)
  C:\ncs\v2.0.2\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:81 (include_boilerplate)
  c:\ncs\v2.0.2\zephyr\samples\basic\blinky\build\CMakeLists.txt:4 (find_package)


-- Configuring incomplete, errors occurred!
See also "C:/ncs/v2.0.2/zephyr/samples/basic/blinky/build/CMakeFiles/CMakeOutput.log".
See also "C:/ncs/v2.0.2/zephyr/samples/basic/blinky/build/CMakeFiles/CMakeError.log".
FAILED: build.ninja 
C:\ncs\toolchains\v2.0.2\opt\bin\cmake.exe --regenerate-during-build -SC:\ncs\v2.0.2\zephyr\samples\basic\blinky -BC:\ncs\v2.0.2\zephyr\samples\basic\blinky\build
ninja: error: rebuilding 'build.ninja': subcommand failed
FATAL ERROR: command exited with status 1: 'c:\ncs\toolchains\v2.0.2\opt\bin\cmake.EXE' --build 'c:\ncs\v2.0.2\zephyr\samples\basic\blinky\build'

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 

Related