Closed
Description
Hello,
When I create an instance of the classes Aws::EC2::Model::CreateSecurityGroupRequest or
Aws::EC2::Model::AuthorizeSecurityGroupIngressRequest, I am getting a linker error :
error LNK2001: unresolved external symbol "char const * const Aws::Http::CONTENT_TYPE_HEADER" (?CONTENT_TYPE_HEADER@Http@Aws@@3PBDB)
I'm using visual studio 2013 on windows 7 and AWS Version 0.12.3.
I have noticed that the string is declared in aws-sdk-core and I have included aws-sdk-core.lib in my project (it is a depedency anyway),but still I'm getting the above linker error.