I am trying to use boost functions in a xll add-in that I am creating using xlw in c++. I have included the boost directory in the include directories section in the XLL property pages --> Configuration Pages --> VC++ Directories.
however, when I try to use the boost object "boost::" no member functions appear and in the bottom left hand side of the screen I get a message "IntelliSense: 'Unavailable for C++/CLI'"
Has anyone ever encountered this issue before and knows how to get around it?
Thanks in advance for your help