Setting up a new Max.NET-based plugin is very easy with Visual Studio 2005+ and C#:
- Open Visual Studio
- Select File->New->Project
- Under Visual C# category select Class Library
- Enter your project name, select a directory for it, and click OK
- A new project is created by Visual Studio. Now all you need to do is add the Autodesk.Max.dll reference. In Solution Explorer right click on References entry and select "Add Reference..."
- Select Browse tab, go to your 3dsmax root folder and select Autodesk.Max.dll
- You are now ready to write a tool with Max.NET !