How do you fix this problem that happens when I try to build my css project after getting a kit
hello, im extremely new to vsc and i need a help with a issue ive been trying to fix for the past 3-4 days. pretty much i am trying to build on a vs kit that is on css, and anytime i try to run or build, it would either configre the code for a infinite amount of time, or give me one of two errors;
css
No CMAKE_CXX_COMPILER could be found'.
2.- Visual Studio 17 2022
could not find specified instance of Visual Studio:
And I have installed all extenstions for cmake, I even uninstalled those and downloaded clang build and extensions as well, (cmake commonly gave me error one, while clang gave me error two. To be more specific, I am trying to configure a project that is a mod for geode; a modding framework for the game geometry dash. I just need specific help on what I need to download to get rid of these errors. (sorry if you needed the code in the picture to help me, i just wanted to send a example of my problem)
2 Replies
other error message as well for those who need it
what kind of project are you trying to build that requires cmake?