I\'m new to C++ and Boost. I\'m doing a small simple program to trying to learn the Boost Filesystem library. I have followed the directions to build the Boost libs. And now
Open the *.vcxproj file with a text editor.
*.vcxproj
Find and delete the <_ProjectFileVersion> element, and then save the file.
<_ProjectFileVersion>
Example,
<_ProjectFileVersion>11.0.30319.1 <--- Delete this element
And rebuild the solution again. You will see the project compiling successfully.