Author Topic: SE confused about files in project  (Read 3276 times)

davehohl

  • Senior Community Member
  • Posts: 271
  • Hero Points: 27
SE confused about files in project
« on: August 06, 2010, 10:04:15 PM »
I used File/New to create a new file in my SE project.  When I try to compile it, I get a message saying "This file is not included in the project.  Would you like to add it?" After I click Yes, I get the message "The file <filename> already exists in project <project name>", and then the compile executes.  I get this every time I try to compile the file.

I tried exiting and restarting SE, but that did not fix things.  Any ideas how I can get SE to figure out this file is really in the project?

-----------------------------------------------------------

SlickEdit Version 15.0.1.3

Build Date: August 04, 2010
Emulation: CUA

OS: Windows XP
OS Version: 5.01.2600  Service Pack 3
Memory: 61% Load, 1278MB/2094MB Physical, 103MB/2097MB Virtual
Shell Info: C:\WINDOWS\system32\cmd.exe /q
Screen Size: 1920 x 1200

Project Type: Cpp
Language: .cpp (C/C++)






Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: SE confused about files in project
« Reply #1 on: August 09, 2010, 03:23:00 PM »
I think this might be triggered because of a check to see if the source file is in the workspace tag file.  With background tagging, this may no longer be the case as with previous versions.  This check needs to be removed.  The problem should go away on its own once the workspace tag file has been fully rebuilt.

davehohl

  • Senior Community Member
  • Posts: 271
  • Hero Points: 27
Re: SE confused about files in project
« Reply #2 on: August 09, 2010, 03:48:18 PM »
OK, I retagged the whole workspace and that fixed things.  Thanks!