Had a project on Visual Studio 2010, with TBB tbb40_233oss, on Windows 7. Everything worked well, for long time, through many modifications.
Copied same project to Windows 8, opened with Visual Studio 2012, the project is 'updated' successfully. As usual added TBBROOT env.variable to windows, added all appropriate TBB include and lib references to the project. When compiling - getting error:
error C1004: unexpected end-of-file found ...\tbb41_20130116oss\include\tbb\internal\_tbb_windef.h Line: 37
Is there any simple solution to that? I could not find myself or by googling, will appreciate very much any hint. Thanks


