api-base.cpp throws missing type specifier - int assumed. Note: C++ does not support default-int

Ratzz

New Member
Hi I am trying to build OBS on windows 8.1 Pro 64bit with VS2015 and Qt 5.9.2.
While building the generated .sln file it throws error for api-base.cpp.
I have attached error log.
Is it because of SDK kit of win8.1?

Edit: It happens only with VS2015.
 

Attachments

  • vs2015_win8.1_buildLog (2).txt
    134.3 KB · Views: 22
Last edited:

Xaymar

Active Member
Something is including wincrypt.h, but types are missing because of a NOxxx definition. Have you tried looking for a place that wincrypt.h might be included from?
 
Top