visual studio 2015 - VS15 Source files in different folders from project -
i have priject xx.vcxproj @ folder a. next there library has it's own folders , files. have path towards them in project properties in additional libraries , additional include files. @ diferent location, lets fodler b have source files , headers of project. included in project.
when build project says cannot find included xyz.h file.
way of including:
1. in project put path project library folder of file xyz.h need. 2. in file want use function xyz.h file put include "xyz.h"
am doing wrong ? , why file cant see xyz.h header ?
Comments
Post a Comment