Microsoft is the only software company that the program doesn't work after the installation and even that still have huge number of users. First step after installation: debug the vs2022 installation an fix the thing.
C++ Beginner: VS 2022 Cannot Run New Project. C1083 error on 'crtdbg.h' No such file or directory
Hello,
I am very new to C++, I just started a couple of hours ago and I have looked around the forums for a while now and have not been able to find the exact issue or been able to understand them myself.
While running a new project and even the default "Console App" that prints "Hello World" by default I get a C1083 error on crtdbg.h that states "No such file or directory" under Files of yvals.h. Additionally, I get an error window upon running that states:
Unable to start program
'C:\Users\joems\Documents\C++\Learning\ConsoleApplication2\x64\Debug\ConsoleApplication2.exe'
The system cannot find the file specified.
I have not edited the code yet, and there is a file named ConsoleApplication2.cpp under source files.
Upon starting a new project I simply followed tutorials which just states Create New Project >Console App> Name how ever you want > Create.
Any help with pictures would be greatly appreciated and excuse my naivety