I got the error after installing November CTP in Visual Studio 2012.
The error is in unordered_set.hpp
of boost library. But I have not included unordered_set
or initializer_list
anywhere in the code. I used boost only in one file and I am sure it's not the reason.
error in unordered_set.hpp:
#if !defined(BOOST_NO_0X_HDR_INITIALIZER_LIST)
#include <initializer_list> //error C1083: Cannot open include file: 'initializer_list': No such file or directory d:\boost\unordered\unordered_set.hpp
#endif
EDIT:
I uninstalled November CTP after, but still got the same error.