microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.96k stars 1.65k forks source link

70+ Issues when building? #1799

Open im-a-dweeb opened 1 month ago

im-a-dweeb commented 1 month ago

I am unsure if this is a problem on my end or if it is the library fault.

On compiling my code which is just the main method along with the include of the lib, image image image

This is all the code that is in my main.cpp file.

#include <iostream>
#include "cpprest/http_client.h"

int main(int argc, char argv[]) {

    return 0;
}
giorgiozoppi commented 1 month ago

Can you share the platform, compiler and visual studio version?