Loading the player...

C++ Separate Header And Source Folders In Visual Studio 2017

  • Update: Instead of actually going to the include, src and project folder, you can do:
    $(ProjectDir)
    $(ProjectDir)include
    $(ProjectDir)src
    in the Additional Include Directories (under C/C++)
    and in Additional Library Directories (under Linker)
    A quick demonstration describing how to create and use separate header (include) and source (src) folders in a Visual Studio 2017 C++ project.

    Category : Компьютерные игры

    #c#separate#header#and#source#folders#in#visual#studio#2017

    0 Comments and 0 replies
arrow_drop_up