c++ - What is XCode's group alternative in Visual Studio? -


i have create c++ project in xcode, organized classes in folders , added folders groups in xcode. so, can include header files directly names without complete path.
want use organized classes in visual studio. but, visual studio can't find include files directly files' name, needs complete path.
so, there alternative xcode's groups in visual studio?


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -