I'm working on a Windows 8 C++ WinRT application project and I'm repeatedly getting this intellisense error from the GetValue and SetValue functions I'm calling inside of properties that I'm defining for a control:
IntelliSense: base class "Windows::UI::Xaml::DependencyObject" is ambiguous
The solution compiles ok, I'd just like to get ride of these error messages from VAX.