From 23bdd3258db49d2322bddb48f9e075f3fe3d00ec Mon Sep 17 00:00:00 2001 From: Olga Telezhnaya Date: Mon, 7 May 2018 11:50:39 +0300 Subject: [PATCH] Add some tips how to deal with build errors. --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ.md b/FAQ.md index c19eae3..ee1d0b4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -94,6 +94,13 @@ Some developers want to start git-bash (of Git for Windows SDK) with a different To achieve this in windows following command could be placed inside the launcher: `C:\Windows\System32\cmd.exe /c "set LANG=en_GB && start C:\git-sdk-64\git-bash.exe && exit"` replace `en_GB` with your preferred locale. + +## I have errors while building the solution in Visual studio +(i.e. `fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory`) + +Try to open the console and invoke `git\compat\vcbuild\vcpkg_install.bat`. Make sure that it has completed successfully, then clean and rebuild the solution. + +Ensure also that you are using proper Build Tools (v140). It's going by default in VS 2015. If you are using VS 2017, you need to install them manually. Do not upgrade the project to v141 - it can't be done automatically. ## Licenses