Andrew Savinykh
Andrew Savinykh

Reputation: 26280

Where are Windows SDK for Windows 8.1 includes?

I installed Windows Software Development Kit (SDK) for Windows 8.1. I can't find any c++ headers neither in "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1" nor in "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A"

Where do they get installed to?

Upvotes: 4

Views: 5098

Answers (1)

James McNellis
James McNellis

Reputation: 355049

The Windows SDK installs to Windows Kits; e.g.,

C:\Program Files (x86)\Windows Kits\8.1\Include

Note that there are several directories under that location; you'll need to add the ones that you care about to your search path.

Upvotes: 4

Related Questions