Hi I'm new to CILK++ but have been following the CILK++ programmers guide to convert an existing C++ program to a cilk++ program. When I include the cilk.h header file and build I get the following error:
C:\\Program Files\\Intel\\Cilk\\include\\cilk.h(212) : fatal error C1083: Cannot open include file: 'cilki/hyperobject.h': No such file or directory
are there some additional instructions on how to setup the environment correctly?
thanks


