Is there a way to preserve CPP files in project included (Include In Project) and exclude them from build process? The reason is, I want to go through the source (F12 - Go To Definition) of external libraries to see the implementation, however, the libraries are already built and I do not need to set-up the project to rebuilt them, I just need to include headers only.
Edit: OK, I am sorry for the discussion bellow, however, the correct answer to my question is there: https://stackoverflow.com/a/18007165/1699328 2.
As states there, you Right click the file, select 'Properties' --> select 'Configuration Properties' --> select 'General' --> choose 'Yes' from drop down menu for option 'Excluded From Build'
Unfortunately, there are some pitfalls. If you select all files of filter folder, the correct window sometimes is not opened (see bellow)! The same, when you select more files and others than .cpp, .c or .h are selected...