= Quick guide: Create a new plugin with Visual Studio = We assume that you have obtained the source as described in Quick guide: Download and build sources. We assume your directory structure looks as follows: [[Image(/raw-attachment/wiki/Documentation/DevelopmentCenter/CreateNewPluginWithVS/working_dir.png)]] == A new solution == We will now create a new SharpDevelop solution and add a class library project which will become the HeuristicLab plugin. * In SharpDevelop select "File > New > Solution..." or press * Use the "Class Library" template * In this guide we'll use "GreatIdea" as solution name and choose the extension folder as location, the plugin will be named "HeuristicLab.GreatIdea.ThePlugin" [[Image(create_project_sd.png, align=center)]]