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

Created on 7 May 2019  ·  3Comments  ·  Source: microsoft/terminal

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]

Resolution-Answered

Most helpful comment

You need this:

git submodule update --init --recursive

I also forgot this operation at the beginning.

All 3 comments

You need this:

git submodule update --init --recursive

I also forgot this operation at the beginning.

@SwimmingTiger has the correct solution.

You're joking right?

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mrmlnc picture mrmlnc  ·  3Comments

dev-logan picture dev-logan  ·  3Comments

TayYuanGeng picture TayYuanGeng  ·  3Comments

ghost picture ghost  ·  3Comments

warpdesign picture warpdesign  ·  3Comments