Shittiest question I've read in a while, https://stackoverflow.com/help/how-to-ask
#exe.receipe
1 messages · Page 1 of 1 (latest)
i have looked in both source/repo directory and the directory i put in in and the exe is not in either one
Do you have the "hide known file extensions" option in your explorer on by any chance?
(stolen from StackOverflow)
You using visual studio? Try compiling in release mode
If you change the mode to release there should be an exe in the release folder iirc. Been a while though but give it a shot
okay thank you ill try
okay this directory good i just went back and deleted all the other ones
@orchid bluff
I dunno you probably can just use the same project
Whatever works for you it all should work fine
still build solution then compile using release
@orchid bluff
still says same thing
@dry kelp any help on this
Can you send build output
Like when you click start there should be some stuff down there when it’s building
Have you built your code yet?
On the Build menu, click Build Solution
build succeeded no issues found
Had you done that previously?
Is that the whole build output?
yes
Try going to the folder your cpp file is in, in terminal and type cl /EHsc hello.cpp
Replace hello.cpp with your cpp file name
That should build it into exe too
That’s all i got to try. Haven’t written c++ or used windows in quite a while
Believe it should print the binary path in the build log
But haven't touched VS in years
I thought that too
fixed it
What ended up being the issue
my main.cpp wasnt under the source files folder