e0384专题

MFC错误E0384没有与参数列表匹配的重载pcl::PointCloud Point Toperator new其中PointT pcl::PointXYZ

原文链接:https://blog.csdn.net/snipertly/article/details/91355298 MFC在最开头加了这样的预编译,导致PCL的new报错。 #ifdef _DEBUG #define new DEBUG_NEW #endif 解决办法:需要将这三行注释掉