How to add header files path relative to the current file?
问题 I have the file mx_minimum_power.cpp in the following directory D:\thesis library.Data\ALOS-PALSAR 12x2\San Francisco L 12x2 and 14 header files that I want to include to the cpp file in the following directory: D:\thesis library.Data\ALOS-PALSAR 12x2\San Francisco L 12x2\Eigen\Eigenvalues so the relative path to these .h files with respect to my .cpp file is \Eigen\Eigenvalues How should I include all those header files relative path. I've done so far: #include <math.h> #include <complex>