0

enter image description hereI am a new software student try to learning the concepts of programming , i downloaded visual studio 22 to start coding but i staked with this issue ; when i start run the program attached message appears and i could not figure where is the root cause of problem , Could any one can help me ?

enter image description here

A solution for the problem

0___________
  • 60,014
  • 4
  • 34
  • 74
  • Are you certain you installed C++ support? Open the installer and make sure "Desktop development with C++" is checked. There is no dedicated C support, it comes along with C++. `Int` is also incorrect, it should be `int`. – Retired Ninja Nov 21 '22 at 19:36
  • Try this solution: https://stackoverflow.com/questions/62616834/vcruntime-h-missing-from-windows-include-folder – lsalamon Nov 21 '22 at 19:53
  • Not the first problem you need to solve but note that C is case sensitive. `Int` needs to be `int`. – kaylum Nov 21 '22 at 20:27
  • Does this answer your question? [error TRK0005: Failed to locate: "CL.exe"](https://stackoverflow.com/questions/33716369/error-trk0005-failed-to-locate-cl-exe) – Armali Nov 22 '22 at 06:56

0 Answers0