c++ - Visual Studio 2010 Creating Packages/Folders in project -


i new visual studio 2010 c++, trying create packages in project in java eclipse surprise option found available creating folder selected , created several folders added classes them tried including header files in folders had created keeps giving me error hat cannot locate file, checked in project directory , folders not in there visible , editable visual studio, tried manually adding folder classes windows explore , still not locate them in vc

the logic organized different in eclipse.

with visual studio, create solution (one directory) in create one or more projects (either in solution's directory, or in 1 or several subdirectories. have in components shared library example, put in separate project.

the source files in each project organized in same directory. if use folders in project, these virtual , not materialized in os directories.

remark: if want organise project files within "hard" subdirectories, can force directory in item creation dialog. particularly practical if add visual studio projects existing items stored according more complex os structure. unfortunately such directory structure not @ displayed in solution explorer, confusing.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -