Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"corecrt.h" not found? #73

Open
mecharos opened this issue May 21, 2018 · 3 comments
Open

"corecrt.h" not found? #73

mecharos opened this issue May 21, 2018 · 3 comments

Comments

@mecharos
Copy link

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?

@Archiatrus
Copy link
Contributor

I never had this problem but I read about it here. Hopefully it helps.

@mecharos
Copy link
Author

mecharos commented May 22, 2018

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.

@Migdalin
Copy link

Migdalin commented Dec 5, 2018

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.

https://stackoverflow.com/questions/38290169/cannot-find-corecrt-h-universalcrt-includepath-is-wrong/40164843

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants