id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12598,Function definition not found reported by intellisense,bjorn.holmgren@…,Eric Niebler,"This occurs in Visual Studio 2015, update 1. C++/CLI ======================================= {{{ test.h class MyClass { public: void MyMethod(); }; test.cpp #include ""test.h"" #include void MyClass::MyMethod() { std::string word = ""Hello""; BOOST_FOREACH(char character, word) { } } }}} ======================================= IntelliSense shows a function not defined for the function. if i remove the BOOST_FOREACH its OK. It can compile however in both cases!? ",Bugs,new,To Be Determined,foreach,Boost 1.62.0,Problem,,,