Using Visual Studio 2013, I have downloaded the WRL Class Library project template and tried to use it.
I create a simple C++ WRL class library. I upgrade to Windows 8.1 toolset. I create a basic C# store app.
I build the solution. It is ok.
I try to add the reference from the C++ component to the CS Xaml app. It fails. The message box is "A reference to 'MyComponent' could not be added".
I have just created projects from scratch...
Christophe Pichaud