You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying my hand at creating AI for the first time. after following the guide for a while, when I was trying to build the solution like the guide was said. instead, it gives me a bunch of error saying
Cannot open include file: 'corecrt.h': No such file or directory(compiling source file ..\src*.cpp)
the asterisk means the name of some files in the project. I'm using the precompiled library, since compiling myself seems bleak. It keeps giving me something about submodules and errors.
Does anyone have a suggestion for what I may have done wrong?
The text was updated successfully, but these errors were encountered:
Thank you for the link and the answer. it finally gets compiled, yet I got an error about Ws2_32.lib cannot be opened.
Well, Windows SDK 8.1 should fix it (maybe).
Anyway, Thank you for the help.
I found this stackoverflow page to be helpful: Basically, I had to run the Visual Studio installer again, and look for a sneaky checkbox off to one side for "Windows 8.1 SDK and UCRT SDK". Probably this is only an issue for the free "community" version of the installer.
I was trying my hand at creating AI for the first time. after following the guide for a while, when I was trying to build the solution like the guide was said. instead, it gives me a bunch of error saying
Cannot open include file: 'corecrt.h': No such file or directory(compiling source file ..\src*.cpp)
the asterisk means the name of some files in the project. I'm using the precompiled library, since compiling myself seems bleak. It keeps giving me something about submodules and errors.
Does anyone have a suggestion for what I may have done wrong?
The text was updated successfully, but these errors were encountered: