visual-studiovisual-c++visual-studio-2013visual-c++-2013

How do I select the Current Project for Find & Replace


I don't see an option to tell VC++ what the current project is, so that I can search within a specific project within my solution, rather than the whole solution.

enter image description here

Is it something that happens as a side-effect of some other operation or can I somehow explicitly select which project is the current one?


Solution

  • Right click on a project in the Solution Explorer and select 'Set as Startup Project.' The 'Startup' project is the "current" project.