Project setup in Visual Studio 2010

I’m wanting to write some nodes for VVVV in C#. I’m fairly new to VS.NET (and missing Emacs terribly).

When I try to compile one of the samples from the addonpack it can’t find any of the classes under the VVVV namespace. Where do I find those and how do I install them?

Thanks!

you have to set the VVVV45 environment variable, it should point to your vvvv root directory.
https://discourse.vvvv.org/t/6906

Thanks tonfilm, much appreciated!