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

mdtauk picture mdtauk  路  3Comments

zadjii-msft picture zadjii-msft  路  3Comments

wkbrd picture wkbrd  路  3Comments

ghvanderweg picture ghvanderweg  路  3Comments

klesh picture klesh  路  3Comments