This is the same error that a lot of people have gotten.
I have tried all the advice that was given in the other posts, but none have worked. It says to use x64 native prompt for VS 2022. Yet I only have "Developer Command Prompt for VS 2022", looked in the start menu area for VS2022 and couldn't find it. So if im using the right prompt, then the install might be corrupted, only thing I can think of. If it's corrupted then what do I do?
(in english it's the exact same thing as the other errors where clang and cl typed stuff aren't found)
meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
The following exception(s) were encountered:
Running `icl ""` gave "[WinError 2] El sistema no puede encontrar el archivo especificado"
Running `cl /?` gave "[WinError 2] El sistema no puede encontrar el archivo especificado"
Running `cc --version` gave "[WinError 2] El sistema no puede encontrar el archivo especificado"
Running `gcc --version` gave "[WinError 2] El sistema no puede encontrar el archivo especificado"
Running `clang --version` gave "[WinError 2] El sistema no puede encontrar el archivo especificado"
Running `clang-cl /?` gave "[WinError 2] El sistema no puede encontrar el archivo especificado"
Running `pgcc --version` gave "[WinError 2] El sistema no puede encontrar el archivo especificado"
Thank you for the help, I will try to see what is broken. I noticed that vs studio had seperate cl and cl-clang modules you could install with it, Idk if I should check those.
what is the "prompt's PATH environment variable", is that the variable that you put in when you use cd? Can I use the 'set' function to test it?
edit: I reinstalled the c++ workspace, and it works now!