pbatard / uefi-ntfs

UEFI:NTFS - Boot NTFS or exFAT partitions from UEFI
GNU General Public License v2.0
764 stars 132 forks source link

Error Windows SDK version 10.0.15063.0 was not found #16

Closed solbkeston closed 5 years ago

solbkeston commented 5 years ago

I am trying to build the project in Visual Studio 2017

I am getting an error

**MSB8036   The Windows SDK version 10.0.15063.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution".    gnu-efi C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsSDK.targets    46**    

The only version I have available when I click on retarget is 10.0.17134.0. If I change it to that version I get

**C1083 Cannot open source file: '..\gnu-efi\lib\aarch64\initplat.c': No such file or directory 
    C1083   Cannot open source file: '..\gnu-efi\lib\aarch64\math.c': No such file or directory
C1083   Cannot open include file: 'efi.h': No such file or directory**
pbatard commented 5 years ago

You didn't initialize the gnu-efi git submodule.

See the Sub-Module initialization section of the readme. If you are not using git commandline, you will need to figure how to do that according to your client.