_iterator_debug_level value '0' doesn't match value '2'

后端 未结 5 1741
暗喜
暗喜 2020-12-05 22:46

I\'ve just moved over a Visual Studio (C++) solution over to another computer, setup all the directories and settings as far as I can see, and did a clean/rebuild on the sol

5条回答
  •  时光取名叫无心
    2020-12-05 23:27

    I have been trying to solve this issue for five days. The Point Cloud Library (PCL) code builds successfully in debug mode but fails in release mode.

    I have reconfigured my library several times but it didn't help. I found the problem was that the release version was inheriting _DEBUG so I unchecked it under project properties >> Preprocessor >> Processor Definitions and it was solved.

提交回复
热议问题