Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
	
- 
		AuthorPosts
- 
		
			
				
Rob Belcham ParticipantI had exactly the same problem. In my case, it’s because I also use VisualAssist and so have the “Regular VC++ IntelliSense” option selected in the IntelliSense settings page. If I switch to “Advanced Clang IntelliSense” then the Code Explorer populates, but I loose the VisualAssist buttons and so I cannot take advantage of the Code Explorer which is a shame. February 21, 2022 at 08:36 in reply to: Bug : Import folder recursively has been broken for ages #32282Rob Belcham ParticipantAmazing, thankyou! Works perfectly 🙂 February 14, 2022 at 03:01 in reply to: Bug : Import folder recursively has been broken for ages #32192Rob Belcham ParticipantApologies for the terrible bug report! Here’s a clearer description of the issue. - Open VS
- Create a new VGDB project with Custom Project Wizard
- Click Next / Finish to create an empty project
- Delete the empty Header filesandSource filesfolders
- Create an empty folder in File Explorer and call it Project
- Inside the Projectfolder, create a folder calledA
- Inside the Afolder, create a couple of empty files egA1.handA2.h
- Inside the Afolder still, create a folder calledB
- Inside the Bfolder, create a couple of files e.gB1.handB2.h
- Right click the project and click Add -> import folder recursively
- Leaving “the folder is located on this computer” selected, browse to the Projectfolder created above and select it
- EnableBypass "Source Files" and "Header Files" folders
- Click OK
- File tree is successfully imported as expected. (see Screenshot 1)
- Inside the Afolder in Windows File explorer, now create aCfolder withc1.handc2.hinside it.
- Right click the Afolder in the VS solution explorer and repeat steps 10,11&12 but selecting the C folder created in 15. (Screenshot 2)
- At this point, I would expect the C folder to be created underneath the A folder in the project window but it doesn’t, it puts the c1.h files at the root of the project (screenshot 3)
- What I would expect is to see screenshot 4. I think part of the issue is that the folder you select does not get created, only it’s contents, and it doesn’t place the contents at the level you selected in the tree.
- The use case for this is working with a large project, where someone adds a new submodule, or folder and you want to import it into the project in a single step.
 Attachments:You must be logged in to view attached files.
- 
		AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)