Issue with creating definitions.

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
snukatoof
Posts: 2
Joined: May 15th, 2017, 4:02 pm

Issue with creating definitions.

Post by snukatoof » May 15th, 2017, 4:06 pm

Small problem, but inconvenient.
Whenever I create a header file, and declare a function, I attempt to create the definition by right clicking and VS2015 states that it cannot open the file (The .cpp file has been removed, deleted, etc. I think it has something to do with using git, since it would previously create the .cpp file automatically.
I'm wondering if anyone else has had this problem and if they were able to find a fix. I know I can just add a new .cpp, but I really like being lazy.
Any help?

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Issue with creating definitions.

Post by albinopapa » May 15th, 2017, 6:32 pm

Could you show a screen capture of the error?
Does this happen on all new header files, or just current ones that have been added to Git?
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

snukatoof
Posts: 2
Joined: May 15th, 2017, 4:02 pm

Re: Issue with creating definitions.

Post by snukatoof » May 15th, 2017, 10:46 pm

Strangely, I am now unable to reproduce it. All seems to be operating as it should.
Now I'm just hurt and ashamed.... maybe a little confused.

Thanks for the response.

Post Reply