libraryincludes.h(46): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory #700

Closed
opened 2026-01-30 22:00:04 +00:00 by claunia · 3 comments
Owner

Originally created by @geeksfn on GitHub (May 7, 2019).

I am getting this error when trying to build using VS 2017:
libraryincludes.h(46): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
Microsoft Windows [Version 10.0.17763.437]

Originally created by @geeksfn on GitHub (May 7, 2019). I am getting this error when trying to build using VS 2017: libraryincludes.h(46): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory Microsoft Windows [Version 10.0.17763.437]
claunia added the Resolution-Answered label 2026-01-30 22:00:04 +00:00
Author
Owner

@SwimmingTiger commented on GitHub (May 7, 2019):

You need this:

git submodule update --init --recursive

I also forgot this operation at the beginning.

@SwimmingTiger commented on GitHub (May 7, 2019): You need this: ``` git submodule update --init --recursive ``` I also forgot this operation at the beginning.
Author
Owner

@zadjii-msft commented on GitHub (May 7, 2019):

@SwimmingTiger has the correct solution.

@zadjii-msft commented on GitHub (May 7, 2019): @SwimmingTiger has the correct solution.
Author
Owner

@zadjii-msft commented on GitHub (May 9, 2019):

You're joking right?

https://github.com/microsoft/Terminal#building-the-code

@zadjii-msft commented on GitHub (May 9, 2019): You're joking right? https://github.com/microsoft/Terminal#building-the-code
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#700