Hello,
You could add more details in your explanation https://github.com/city96/ComfyUI-GGUF/blob/main/tools/README.md :
Visual Studio 2022 :
Download Visual Studio 2022 on the Microsoft website
At the beginning of installation, choose the option "Workloads", "Desktop development with C++", in order to install the required components
After install, start the program "Developer Powershell for VS 2022", and type :
cd W:\AI\Utils\llama.cpp
mkdir build
...