#coding in visual studio, over 400 errors for roughly 80 lines
1 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
Warning MSB8003 The WindowsSDKDir property is not defined. Some build tools may not be found.
where is that, im completely new to visual studio
project proprieties
Start with the first error then go from there
Error (active) E1696 cannot open source file "ctype.h" 12
did you install the "c++ development package" or whatever it's called in the installer?
no, cout is <<
i have no idea 😄
can you screenshot your installer window then?
Looks fine! There are only a few situations when this kind of error can appear, so we can go through them
MSVC (the compiler used by Visual Studio) can't find your standard library headers
i might not have all the libraries i need
You should have them
i only have iostream rn
I assure you you should have them available
i mean i only did #include <iostream>
Yyea, no worries :D
How did you create the project/try to compile the file? can you go step by step through the process ?
(with some screenshots)
so far only debug
(also are you using vs 2022 or 2019?)
2022
So, the best way to start is to go:
From top menu: File -> New -> Project
In the window that shows up, choose an Empty Project (C++, Windows, Console)
Give it some name, also tick this box
Hmm so here you are
idk if i clicked that button, can't remember
ye, ive written my code (without classes just to check logic)
OK so see in the installation menu you have downloaded "Windows Universal CRT SDK "
wait, no, it's not that
Make sure you have at least one Windows(yours) SDK and Windows Universal C Runtime
its loading... slowly
!solved
Thank you and let us know if you have any more questions!
[SOLVED] coding in visual studio, over 400 errors for roughly 80 lines
@whole quail
This question thread is being automatically marked as solved.