Hi,
My package's vsct has a dependency on venusids.h and with the latest VS2013 SDK, the package build fails because it cannot find sharedvenusids.h (and then because various ids like IDG_CTX_BUILD haven't been setup), which is now included in venusids.h - this
wasn't the case in the VS2012 SDK.
Is this perhaps an oversight in the new SDK that I need to wait to be fixed or is there a better way I can get the venus guids and ids setup in my vsct file now other than referencing venusids.h (obviously I can hard-wire the guids and ids in the short term
but I'd rather not do this longer term).
Thanks :-)