View Single Post
  #1  
Old 07-02-2003, 11:20 AM
tapruden tapruden is online now
Registered User
 
Join Date: 07-02-2003
Posts: 4
Angry Target not found after building

I have a script in which I'm building 20+ C++ projects using the Visual Studio compiler. I have them all set to increment the version number. One of them, however, fails when it tries to perform this task.

I can see the message in the log:

<programname>.exe - 0 error(s), 0 warning(s)

Then, where the increment step is supposed to happen, I see the following error message:

Target not found after building

This is the only project out the 20+ for which this occurs. I compared the Visual Studio project settings for the project in question with a similar one, and they are identical.

Anyone have any ideas?
Reply With Quote