How to import existing project maintaining file structure

Sysprogs forums Forums VisualGDB How to import existing project maintaining file structure

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27904
    bhuemann
    Participant

    Im trying to import my project while maintaining my file structure. It seems there is an option for this but it just puts all my folders under default top most ‘Header files’ or ‘Source files’. Can I not have the top most folders be my file structure?

    Attachments:
    You must be logged in to view attached files.
    #27907
    support
    Keymaster

    Hi,

    Sorry, the regular VC++ projects follow the Visual Studio’s separation between source and header files.

    If you would like to avoid it, please try using the Advanced CMake Project Subsystem instead. It allows a fine-grain control over grouping and filtering of sources in Solution Explorer. Also CMake-based projects can be built outside Visual Studio/VisualGDB, so you won’t lose the ability to build your project on a different machine, or on a build server.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.