I have a Visual Studio solution with four C# projects in it. I want to step into the code of a supporting project in the solution from my main project, but when I use the \"
In Visual Studio 2013 one way to cause this behaviour is to set build configuration to Release. Put it back to Debug and see if that helps.
Release
Debug