![]() |
|
Problems building Dolphin - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Problems building Dolphin (/Thread-problems-building-dolphin) |
Problems building Dolphin - DJBarry004 - 10-12-2016 So I´ve finally decided to learn some bits about programming. I was trying to make Dolphin compile in my sistem (using Visual Studio 2015), with the Windows 10 SDK. I chose the mode "Release" as the tutorial says, and building goes flawlessly until a lot of errors (related to the SDK and to a missing file) start appearing, thus failing the build. The file that is missing pch.pch (some precompiled header stuff) so far. I looked in the source directory and is indeed missing. Maybe someone can help me on this? I´m using Visual Studio 2015 Community Edition, Update 2. RE: Problems building Dolphin - Craftyawesome - 10-12-2016 I found that downloading the sdk didn't work right. Uninstall and reinmstall visual studio and there is a download option for windows 10 sdk. |