kharash markownikoff
kharash markownikoff

Reputation: 23

How to find the default windows sdk version that a solution is using?

Whenever I sync a solution from the place where it is hosted,and on building it, it says windows sdk 8.1 could not be found, the default windows sdk version should be 10.0.17134.0 . This is causing me some issues when the code is executed on a server. How do I check or change the default windows sdk version.

Upvotes: 0

Views: 2111

Answers (1)

CorrupD
CorrupD

Reputation: 33

assuming you're using visual studio; right-click on your solution->project then in the main tab 'Windows-SDK' 8.1 should be specified. Set this to your latest version.

Upvotes: 1

Related Questions