2012-12-09 eclipse CDTのインデクサーがマクロ定義を認識してくれない Eclipse トラブルシューティング C++ 何があった 久しぶりにマクロ定義を使ってみたら、インデクサーがマクロ定義を認識してくれなくて解決できないと言われた。調べてみたらあっさり解決法が出てきたので一応メモ。 やりかた メニューバーの'Window -> Preference' Preference左側のツリーで'C/C++ -> Indexer' 'Build configuration for the indexer'内のラジオボタンが'Use the build configuration specified in the project's indexer settings'になっているはず これを'Use active build configuration'に変更 プロジェクトのインデックスを再構成 参考 http://stackoverflow.com/questions/5270508/eclipse-cdt-does-not-track-macro-defines-correctly