In vs2015 a specific project under solution is not being built when building the solution (the build is not called).
- In the configuration manager the project is checked-in all the configurations (Release, build and etc..)
- In options "Require source files to exactly match the original version" is checked.
- Changes made to the project
When building the project explicitly new files are being built (Not all up to date)
Any ideas? Thanks!
xxx.vcxprojfile of your specific project. Then, the project will be imported into your solution and can be built with the solution. That is the common way and if you do not use this way, please share your method about how you imported the project into your solution..vshidden folder of the solution folder, does this work?