Hi there,
I have programmed in C++ before and wanted to refresh all this by creating an add-in for Live Messenger. I downloaded Visual C++ 2005 Express Edition and started following this tutorial which uses Visual Studio and modified the registry so Live Messenger is ready to run add-ins.
However, when I choose Class library from the New Project window, I end up with a bunch of .h and .cpp files and no .cs as shown in the tutorial.
I can't find the Assembly name anywhere either. Is this a limitation of VC++ Express
I decided it wouldn't be a big deal (yeah, bad attitude

syntax error : missing ';' before '.'
at line:
using Microsoft.Messenger;
I am a bit lost here as to what IDE I should use and how to get started on this! Can I develop add-ins with VC++2005 Express Edition
Any help much appreciated.
Thanks a bunch!