I’m using Visual Studio 2012 and if I change one .cpp source file, Visual Studio 2012 always compiles all source code files.
How can I fix this?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I figured it out by myself. I’m using a HFS+ drive with Paragon (10) Windows driver for my project files. There, Visual Studio always compiles all source files. Then I moved it to a NTFS drive and everything is fine now. It compiles only the changed source files.