Visual Studio C++ project - Can't find std lib -
sorry dumb question i'm new using visual studio c++ ...
i have custom c++ project in visual studio 2013 (it's example project developing reason rack extensions) , works have resharper installed , shows me lot of errors in code pointing out std files , types aren't found (e.g. stddef.h
, cmath
, null
, among others).
how tell project (or resharper?) find them?
Comments
Post a Comment