#how do i install the missing dependencies
1 messages ยท Page 1 of 1 (latest)
Do you have a Windows SDK installed for your compiler?
should ye
You need to setup your environment for windows
@drifting merlin
check the desktop development with c++ drop down menu and check to see if you have MSVC VC 2022 x64/x86 build tools
and the windows sdk
check if C:\Program Files (x86)\Windows Kits\10\Include exist
what compiler do you use?
you are probably using cl.exe if you haven't changed anything
what version of vs?
did you use a project template when creating the project?
sadly this project has been sent by my friend, he made it, so idk if he used a template
but like, if he used a template how can i still fix this ๐
you have to adjust the project settings
right click on the project
i would first click on configurate start project and click on source code debug
i dont have the um folder
(where i found urlmon.h earlier)
can i just copy and paste the folder to this dir?
urlmon is in the other folder, right?
just change the paths to the correct one
oki
but cant i just copy the um folder and add it?
wouldnt, bt easier that changing all the paths
why would you want two folders with the same content?
you can try it but i don't recommend it
that won't make the environment cleaner : )
restarted?
yup
i think you can just change the windows sdk version here
sorry how can i do this?
click on "windows sdk version", click on the arrow, select the correct version
wait where is this?
.
why did you click on platform toolset?
great
doesn't exist in your win sdk version
:/ then what should i do couse i need it for the liscence thing
upgrade
before you install a new sdk version i would try to change the C++ Language Standard to C++20
then learn it instead of using the code of someone else haha
your welcome
asked him to rebuild by python code and make it cleaner using c++