mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-03 00:34:46 +00:00
Created Solving build issue with the v141_xp toolchain (markdown)
parent
b1ad778c33
commit
7b547d75ef
17
Solving-build-issue-with-the-v141_xp-toolchain.md
Normal file
17
Solving-build-issue-with-the-v141_xp-toolchain.md
Normal file
@ -0,0 +1,17 @@
|
||||
### **Guide to solving v141_xp build issue in Visual Studio 2015+**
|
||||
|
||||
With only the default build tools installed you might receive an error that looks like this when trying to build:
|
||||
|
||||
![alt text](https://i.imgur.com/fyCjPGG.png)
|
||||
|
||||
It means you are missing the correct build tools to build this project. This is an easy fix! Open Visual Studio Installer.
|
||||
|
||||
![alt text](https://i.imgur.com/MEpoRlk.png)
|
||||
|
||||
I have Visual Studio Community 2017, but whatever you have installed should be on the top left. Click modify. Once the new screen opens, there will be options on the right side, click Desktop development with C++.
|
||||
|
||||
![alt text](https://i.imgur.com/biU9pK8.png)
|
||||
|
||||
Under optional, select the the two highlighted tools in the picture above. In the bottom right corner it will show the amount of space required for the addition, ensure you have enough space on your disk, then click Modify. If Visual Studio doesn't open up after modifying, open the ccextractor.sln again. Right click the project and click build, and this time it should be successful!
|
||||
|
||||
![alt text](https://i.imgur.com/tPRfzlb.png)
|
Loading…
Reference in New Issue
Block a user