I've been programming for a while but I'm fairly new to C++. I want to use the PrintSystemJobInfo Class for some print monitoring but I can't figure out how to correctly use the System.Printing namespace. I'm trying it like this and getting two error messages:
using namespace System::Printing;
error C2039: 'Printing' : is not a member of 'System'
error C2871: 'Printing' : a namespace with this name does not exist