 
					
				
		
Hi, everybody!
An error of C4438 always occurs when the project is made. I'm informed of ENDIF-DIRECTIVE MISSING whereas I don't use
any macro definition of IF, IFDEF or IFNDEF in the beginning of my .c files.
Any of you who knows the reason can contact me. Thank you very much.
ustcsnaker
Solved! Go to Solution.
 
					
				
		
 BlackNight
		
			BlackNight
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It could be that you are missing a #endif in your header files too.
So have a look into the header files you are including into your .c file.
Alternatively: produce a preprocessor listing to see what is going on.
BK
 
					
				
		
 BlackNight
		
			BlackNight
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It could be that you are missing a #endif in your header files too.
So have a look into the header files you are including into your .c file.
Alternatively: produce a preprocessor listing to see what is going on.
BK
