2024 C++ and CMake Setup in Visual Studio Code: A Step-by-Step Guide

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 22

  • @lianna5483
    @lianna5483 10 місяців тому +1

    The total rookie I am thank you a lot for this video. It's crystal clear :)

  • @dabunnisher29
    @dabunnisher29 7 місяців тому +1

    Duuuuuuuuuude! You are a lifesaver. Using your method, I was finally able to do this. Great explanation!!! Thank you!

  • @chrisw3260
    @chrisw3260 9 місяців тому +1

    Worked perfectly for moving from Visual Studio to VS Code, many thanks!

  • @yonlehman
    @yonlehman 2 місяці тому

    Best preparation in this I've seen.

  • @aymanal-dali364
    @aymanal-dali364 9 місяців тому +1

    Thanks for this clear and concise video! was very helpful.

  • @PabloSanchez-th5em
    @PabloSanchez-th5em 10 місяців тому

    Yesss!! My brain thank you so much for this! thank you!

  • @maxc55
    @maxc55 3 місяці тому

    Thank a lot!
    This video so helpful!

  • @fatoldhikki4837
    @fatoldhikki4837 Рік тому

    hi, thanks for the video! Can you please tell me how to configure Cake to run code in a separate console window, separate from vs code? Thank you in advance!

  • @suprith777
    @suprith777 9 місяців тому

    Nice ❤

  • @blackimp4987
    @blackimp4987 9 місяців тому

    you've been methodic, you made a few repetitions of the process for letting viewers memorize what to do and the effects and your speech is clear and with the right speed for keeping viewers awake but not too fast. VERY useful, thank you. I think I'l have a look at some other videos of yours

  • @vinayakpotadar4907
    @vinayakpotadar4907 7 місяців тому

    I am not getting option called cmake: select a kit. what to do !! I tried to reinstall Cmake and its extensions. help me

  • @arunarunalayam8037
    @arunarunalayam8037 6 місяців тому

    I can't find CMake Scan for Kits in the View Command Palette . I that specific Windows extension? I have CMake 3.30.1

  • @harshalkhobragade972
    @harshalkhobragade972 10 місяців тому

    The kits option does not visible in my laptop

    • @suprith777
      @suprith777 9 місяців тому

      K think you ned to restart vscode after installing extensions

  • @bluephoenix9202
    @bluephoenix9202 9 місяців тому

    thank you

  • @ai.aspirations
    @ai.aspirations 5 місяців тому

    awesome!!!

  • @andistheinforitbutso7513
    @andistheinforitbutso7513 9 місяців тому

    Thanks man

  • @leezylee0027
    @leezylee0027 7 місяців тому

    他真的想教会我www

  • @Shinxbi__
    @Shinxbi__ 7 місяців тому

    I've got this error and I'm so confused:
    Exception has occurred: FATAL_ERROR
    CMake Error at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1907 (message):
    Build step for fmt failed: 1
    Call Stack (most recent call first):
    C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1609 (__FetchContent_populateSubbuild)
    C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2134:EVAL:2 (__FetchContent_doPopulation)
    C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2134 (cmake_language)
    C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:2373 (__FetchContent_Populate)
    CMakeLists.txt:14 (FetchContent_MakeAvailable)
    EDIT:
    upon looking into it more the fact i have this in my output could give more info
    [cmake] Performing download step (git clone) for 'fmt-populate'
    [cmake] Cloning into 'fmt-src'...
    [cmake] fatal: detected dubious ownership in repository at 'H:/C++ project/Cmake/build/_deps/fmt-src'
    [cmake] 'H:/C++ project/Cmake/build/_deps/fmt-src' is on a file system that does not record ownership
    [cmake] To add an exception for this directory, call:
    [cmake] git config --global --add safe.directory 'H:/C++ project/Cmake/build/_deps/fmt-src'
    [cmake] CMake Error at fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake:61 (message):
    [cmake] Failed to checkout tag: '10.1.1'
    so i ran the git config but i don't think it's working still?

    • @ahmedkhorchani9607
      @ahmedkhorchani9607 6 місяців тому

      the same error man!! did u find a solution or yet!!