Terminal: Failed to Compile

Created on 20 May 2019  路  1Comment  路  Source: microsoft/terminal

Failed to compile
14>e:work#terminal-mastersrcinclibraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
12>e:work#terminal-mastersrcinclibraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
11>e:work#terminal-mastersrcinclibraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
14>Done building project "win32.LIB.vcxproj" -- FAILED.
12>Done building project "InteractivityBase.vcxproj" -- FAILED.
11>Done building project "tsf.vcxproj" -- FAILED.
17>e:work#terminal-mastersrcinclibraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
16>e:work#terminal-mastersrcinclibraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
17>Done building project "terminalinput.vcxproj" -- FAILED.
19>------ Build started: Project: TerminalAdapter, Configuration: Debug x64 ------
16>Done building project "parser.vcxproj" -- FAILED.
20>------ Build started: Project: TerminalCore, Configuration: Debug x64 ------
19>precomp.cpp
20>pch.cpp

Area-Build Issue-Question Product-Terminal Resolution-Answered Resolution-Duplicate

Most helpful comment

My guess is that you didn't read the README.

This repository uses git submodules for some of its dependencies. To make sure submodules are restored or updated, be sure to run the following prior to building:

git submodule update --init --recursive

(also, a dupe of #472, #508, #513, #489)

>All comments

My guess is that you didn't read the README.

This repository uses git submodules for some of its dependencies. To make sure submodules are restored or updated, be sure to run the following prior to building:

git submodule update --init --recursive

(also, a dupe of #472, #508, #513, #489)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wkbrd picture wkbrd  路  3Comments

xmm1989218 picture xmm1989218  路  3Comments

ghvanderweg picture ghvanderweg  路  3Comments

dev-logan picture dev-logan  路  3Comments

zadjii-msft picture zadjii-msft  路  3Comments