CMake Error at C:/Users/alex/esp/v5.2.2/esp-idf/tools/cmake/build.cmake:544 (message): ERROR: Some components (espressif/led_strip) in the "managed_components" directory were modified on the disk since the last run of the CMake. Content of this directory is managed automatically. If you want to keep the changes, you can move the directory with the component to the "components"directory of your project. I.E. for "espressif__led_strip" run: mv C:\Users\alex\github\ESP-Nodes\ESP32-IDF_Blink\managed_components\espressif__led_strip C:\Users\alex\github\ESP-Nodes\ESP32-IDF_Blink\components\espressif__led_strip Or, if you want to discard the changes remove the ".component_hash" file from the component's directory. I.E. for "espressif__led_strip" run: rm C:\Users\alex\github\ESP-Nodes\ESP32-IDF_Blink\managed_components\espressif__led_strip\.component_hash Call Stack (most recent call first): C:/Users/alex/esp/v5.2.2/esp-idf/tools/cmake/project.cmake:605 (idf_build_process) CMakeLists.txt:6 (project) ninja: error: rebuilding 'build.ninja': subcommand failed