In a big VS project I need to find functions (methods really) that are defined in the header, but simply never implemented. These functions are never called, so no errors are generated. Libraries used are of no concern here.
Is there a VS tool, compiler flag or a C++ trick to find such functions?