Importing the Clay.io files
We will need to get 3 of the Clay.io plugin files from the clay directory into our project. The 3 files we need are socket.io.js, api.js, and api.css. These are all located where you installed the plugin and can normally be found somewhere similar to the screenshot below.
The api.js file can be found in the webview folder and is normally found like in the screenshot below.
You should now open up the .SLN file for your game so that we can have it loaded up into Visual Studio itself.
Once you have located these 3 files and have Visual Studio open you will want to "Add Existing Item" into your Visual Studio project or you can drag/drop the files into your project in Visual Studio.