1

I need your help as I've followed the exact instructions in this link (https://casablanca.codeplex.com/wikipage?title=Http%20Client%20Tutorial ). I've downloaded a new version of visual studio 2012 and installed the Nuget package for my Solution yet whenever I try to include

<cpp/http_client.h> 

I keep getting error of "Cannot open source file".

m.s.
  • 16,063
  • 7
  • 53
  • 88
Hesham Amer
  • 122
  • 1
  • 13

1 Answers1

1

Right click on your project -> Manage NuGet Packages -> Search casablanca -> install cpprestsdk.

Once you need it to be redownloaded: Rigt click on your solution -> Restore NuGetPackages.

Good luck

Sergei Krivonos
  • 4,217
  • 3
  • 39
  • 54
  • Thanks but this works only on visual studio 2012+, I got it working now. When i posed the question it was for visual studio 2010 – Hesham Amer Feb 26 '16 at 22:03