help

Q

Quiddity

Guest
whenever i try to build a c++ program in vs .net i always get this error

fatal error C1010: unexpected end of file while looking for precompiled header directive

what am i doing wrong?
 
i'm trying to write unmanaged code in vs .net
maybe i'm opening the wrong kind of c++ project
which one should i select?
win32 project
managed c++ application
managed c++ class libary
atl project
ect.....
 
nevermind
just figured it out
gotta different question

how do i stop vs .net from compiling in MSIL?
 
Back
Top