diff --git a/src/plugins/cpptools/cppfindreferences.cpp b/src/plugins/cpptools/cppfindreferences.cpp
index 9f2f2b3f2ca19cee68a86b3e729d2d9824d588c6..2f6964cbe35023330c4905df46197c85445a6074 100644
--- a/src/plugins/cpptools/cppfindreferences.cpp
+++ b/src/plugins/cpptools/cppfindreferences.cpp
@@ -237,7 +237,7 @@ protected:
 
         const QList<TypeOfExpression::Result> results =
                 typeofExpression(expression, _doc, lastVisibleSymbol,
-                                 TypeOfExpression::NoPreprocess);
+                                 TypeOfExpression::Preprocess);
 
         QList<Symbol *> candidates;