I tried to include another library and I get this #include <Adafruit_VL53L0X.h> #include <vl53l0x_api.h> #include <vl53l0x_api_calibration.h> #include <vl53l0x_api_core.h> #include <vl53l0x_api_ranging.h> #include <vl53l0x_api_strings.h> #include <vl53l0x_def.h> #include <vl53l0x_device.h> #include <vl53l0x_i2c_platform.h> #include <vl53l0x_interrupt_threshold_settings.h> #include <vl53l0x_platform.h> #include <vl53l0x_platform_log.h> #include <vl53l0x_tuning.h> #include <vl53l0x_types.h>
then at line 36 VL53L0X sensor I get this error 'VL53L0X' does not name a type