I can not understand why the header file is connected, but when building Visual Studio it does not see it.
I remake library from 32 bits in 64 bits.
I can not understand why the header file is connected, but when building Visual Studio it does not see it.
I remake library from 32 bits in 64 bits.
You may not have VS configured to work with this folder. A similar question has already been raised. Check directories in tools> options> directories.
Alternatively, in the project properties in the parameter Additional> Include Directories, you must specify the path to all folders (Settings> Configuration Properties> C \ C ++> General).
Standard implementation headers (i.e., "system" headers) are specified in triangular brackets in #include . I have never heard of such a standard header as master_dll_defines.h . Why did you suddenly use triangular brackets to include this heading? This also applies to the other headers with strange names.
If you want the header file to be searched in the paths configured in the local settings of your project, use "" rather than triangular brackets.
master_dll_defines.h lies in ..\..\headers . In the settings, I do not see any headers . - AnTSource: https://ru.stackoverflow.com/questions/921953/
All Articles
master_dll_defines.his in some kind of..\..\headers. I don’t see anyheadersin the project settings in the second screenshot. What is the meaning of the second screenshot, if it is not visible, is there theseheadersor not? Why didn't you open the list of directories before taking a screenshot? - AnT