Hi guys,
i'm a boost newbie.
I've got to include boost libraries in the include path of a VisualStudio 2012 project.
When i try to compile i have all these errors.
Every errors is related to missing headers ( boost ones and even standard Win ones ) and to synthax errors depending on missing headers i guess.
Do someone have any idea on what's wrong here?

I just post here a few lines of errors, but the other ones are all of the same kind

Error    1    error C2061: syntax error : identifier 'boost'    C:\boost_1_57_0\boost\core\
checked_delete.hpp    24    1    csound~
Error    2    error C2059: syntax error : ';'    C:\boost_1_57_0\boost\core\checked_delete.hpp    24    1    csound~
Error    3    error C2449: found '{' at file scope (missing function header?)    C:\boost_1_57_0\boost\core\checked_delete.hpp    25    1    csound~
Error    4    error C2059: syntax error : '}'    C:\boost_1_57_0\boost\core\checked_delete.hpp    67    1    csound~
Error    5    error C2054: expected '(' to follow 'using'    C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\cstddef    19    1    csound~
Error    6    error C2061: syntax error : identifier 'using'    C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\cstddef    19    1    csound~
Error    7    error C2061: syntax error : identifier 'boost'    C:\boost_1_57_0\boost\smart_ptr\detail\sp_nullptr_t.hpp    23    1    csound~
Error    8    error C2059: syntax error : ';'    C:\boost_1_57_0\boost\smart_ptr\detail\sp_nullptr_t.hpp    23    1    csound~
Error    9    error C2449: found '{' at file scope (missing function header?)    C:\boost_1_57_0\boost\smart_ptr\detail\sp_nullptr_t.hpp    24    1    csound~
Error    10    error C2059: syntax error : '}'    C:\boost_1_57_0\boost\smart_ptr\detail\sp_nullptr_t.hpp    41    1    csound~
Error    11    error C2054: expected '(' to follow 'using'    C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\cstdlib    19    1    csound~
Error    12    error C2061: syntax error : identifier 'using'    C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\cstdlib    19    1    csound~
Error    13    error C2061: syntax error : identifier 'abort'    C:\Program Files (x86)\Microsoft Visual Studio

many thanks in advance
bests

alfonso