When adding new C++ projects into a VS2005 solution containing C# projects the output folder is always set to a $(SolutionDirector)$(Configuration) which is a bit uncomfortable. It sounds good to change in to the same notation used for all C# libraries, e.g. change to $(ProjectDir)\bin\$(ConfigurationName)

Make sure that you have All Configurations selected on top.