I am very new to C# and visual studio and I am currently playing around with the idea that multiple languages can be mixed in a solution (C# project and VB project in the same solution). I found what seems to be a stupid simple tutorial:
However, it says:
Here is one simple walkthrough on using this..
1.) Run a new instance of Visual Studio
2.) Create a new C# Console Application Project.
3.) Add a new “Visual Basic Project” using “Add New Project” dialog window”
4.) Add the VB Class Library Project as Reference to C# Project.
So I of course was able to accomplish step 1.
On step 2 I created a "C# windows forms application," but I don't see how that is a problem.
On step 3.) I added a VB console application
I am stuck on step 4. When I right click the C# project and select add and select add reference... I don't see "VB Class Library." Am i doing something wrong? Is it actually called something else? I am using Visual Studio 2015... Is it called something else in VS 2015?